Ui fixes and new features

This commit is contained in:
René Preuß
2023-02-18 23:03:43 +01:00
parent c0a53a7864
commit b40848aee2
11 changed files with 125 additions and 31 deletions

View File

@@ -6,4 +6,7 @@ export const useMenu = (options: MenuOptions) => {
if (options.thirdLevelLinks) {
menu.updateThirdLevelLinks(options.thirdLevelLinks)
}
if (options.thirdLevelProps) {
menu.updateThirdLevelProps(options.thirdLevelProps)
}
}