feat: compose editor as a page (#804)
This commit is contained in:
parent
9d5269e0c0
commit
272fb4a13d
7 changed files with 100 additions and 17 deletions
|
@ -14,7 +14,7 @@ const wideLayout = computed(() => route.meta.wideLayout ?? false)
|
|||
<div flex flex-col gap-2>
|
||||
<NavTitle />
|
||||
<NavSide command />
|
||||
<PublishButton ms5.5 mt4 xl:me8 xl:ms4 />
|
||||
<!-- <PublishButton ms5.5 mt4 xl:me8 xl:ms4 /> -->
|
||||
</div>
|
||||
<div v-if="isMastoInitialised" flex flex-col>
|
||||
<div hidden xl:block>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue