This commit is contained in:
2022-02-24 16:45:45 +08:00
parent db626f019e
commit 53f36433d7
8 changed files with 170 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ Drawer
//)
// i.fas.fa-magic
// | Editor
PostList(:data="postlist")
PostList(:data.sync="postlist")
.post-create(v-if="account.online")
img.avatar(:src="account.avatar")
.content

View File

@@ -1,3 +1,3 @@
<template lang="pug">
.thread-index
</template>
</template>