V3 UI - Tabs & Menu rework (#4374)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
pythongosssss
2025-07-24 08:09:12 +01:00
committed by GitHub
parent 2338cbd4c9
commit 62f3ba0689
33 changed files with 1057 additions and 231 deletions

View File

@@ -23,6 +23,7 @@ export const useMenuItemStore = defineStore('menuItem', () => {
// Create a new node if it doesn't exist
found = {
label: segment,
key: segment,
items: []
}
currentLevel.push(found)