Multi-level navigation

This commit is contained in:
2023-05-08 20:19:10 -04:00
parent 45dda6f51d
commit 789e11e572
5 changed files with 77 additions and 22 deletions

3
htdocs/common.mjs Normal file
View File

@@ -0,0 +1,3 @@
import { reactive } from 'vue';
export const menustate = reactive([]);