feat: 🩹 make navigation optional

This commit is contained in:
Sebin Nyshkim 2025-07-19 00:51:57 +02:00
parent 3efb80f45b
commit 1143b57085
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -1,5 +1,5 @@
<section webc:root="override">
<navigation label="Character" :collection="char"></navigation>
<navigation webc:if="char" label="Character" :collection="char"></navigation>
<slot></slot>
</section>