Add forceOpen prop to CNote
This commit is contained in:
parent
89c0396778
commit
af99414d6a
2 changed files with 18 additions and 6 deletions
|
|
@ -10,7 +10,7 @@ const ui = useUiStore();
|
|||
<div class="flex h-screen touch-pan-x touch-pan-y flex-col">
|
||||
<CNavbar />
|
||||
<div class="h-full overflow-auto px-2 py-1">
|
||||
<CNote :id="ui.anchor" />
|
||||
<CNote :noteId="ui.anchor" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue