_section --> _card
This commit is contained in:
parent
fb9fed545e
commit
24c047b662
28 changed files with 46 additions and 46 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue