fix: wire nav collapse

This commit is contained in:
2026-05-26 22:30:14 +02:00
parent 28df1fc5f7
commit 2a266c6b1e
2 changed files with 12 additions and 4 deletions

View File

@@ -11,3 +11,11 @@
</div>
</ui-dropdown>
{{end}}
{{define "dropdown_trigger"}}
{{with .Trigger}}{{.}}{{end}}
{{end}}
{{define "dropdown_children"}}
{{with .Children}}{{.}}{{end}}
{{end}}