mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 13:05:57 +02:00
wip
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
<h1>アプリを管理</h1><a href="/app/new">アプリ作成</a>
|
||||
<div class="apps">
|
||||
<p v-if="fetching">読み込み中</p>
|
||||
<virtual v-if="!fetching">
|
||||
<template v-if="!fetching">
|
||||
<p v-if="apps.length == 0">アプリなし</p>
|
||||
<ul v-if="apps.length > 0">
|
||||
<li each={ app in apps }><a href={ '/app/' + app.id }>
|
||||
<p class="name">{ app.name }</p></a></li>
|
||||
</ul>
|
||||
</virtual>
|
||||
</template>
|
||||
</div>
|
||||
<style lang="stylus" scoped>
|
||||
:scope
|
||||
|
||||
Reference in New Issue
Block a user