_section --> _card

This commit is contained in:
syuilo
2020-01-30 11:10:42 +09:00
parent fb9fed545e
commit 24c047b662
28 changed files with 46 additions and 46 deletions

View File

@@ -3,7 +3,7 @@
<portal to="avatar" v-if="page"><mk-avatar class="avatar" :user="page.user" :disable-preview="true"/></portal>
<portal to="title" v-if="page">{{ page.title || page.name }}</portal>
<div class="_section" v-if="page" :key="page.id">
<div class="_card" v-if="page" :key="page.id">
<div class="_title">{{ page.title }}</div>
<div class="_content">
<x-page :page="page"/>