feat: 🩹 make navigation optional
This commit is contained in:
parent
3efb80f45b
commit
1143b57085
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<section webc:root="override">
|
<section webc:root="override">
|
||||||
<navigation label="Character" :collection="char"></navigation>
|
<navigation webc:if="char" label="Character" :collection="char"></navigation>
|
||||||
|
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue