add: 讨论

This commit is contained in:
2020-07-08 18:13:20 +08:00
parent f248fa1d11
commit 2403d74ce9
12 changed files with 266 additions and 52 deletions

View File

@ -22,6 +22,7 @@
#rightContent
nuxt
Footer
v-dialog
</template>
<script>

View File

@ -8,6 +8,7 @@ section.container
nuxt-link(to='/', v-if='error.statusCode === 404')
.button
| 返回首页
v-dialog
</template>
<script>

View File

@ -6,4 +6,5 @@
footer
.footer
| Copyright © 2020 WangYi. All Rights Reserved.
v-dialog
</template>