diff --git a/assets/auto-imports.d.ts b/assets/auto-imports.d.ts index 085a49ea..a3409ddf 100644 --- a/assets/auto-imports.d.ts +++ b/assets/auto-imports.d.ts @@ -56,6 +56,7 @@ declare global { const getCurrentWatcher: typeof import('vue').getCurrentWatcher const getDeep: typeof import('./utils/index').getDeep const globalShowPopup: typeof import('./composable/popup').globalShowPopup + const groupContainers: typeof import('./stores/settings').groupContainers const h: typeof import('vue').h const hashCode: typeof import('./utils/index').hashCode const hourStyle: typeof import('./stores/settings').hourStyle @@ -456,6 +457,7 @@ declare module 'vue' { readonly getCurrentWatcher: UnwrapRef readonly getDeep: UnwrapRef readonly globalShowPopup: UnwrapRef + readonly groupContainers: UnwrapRef readonly h: UnwrapRef readonly hashCode: UnwrapRef readonly hourStyle: UnwrapRef diff --git a/assets/components/HostMenu.vue b/assets/components/HostMenu.vue index 46ff5819..7321a04b 100644 --- a/assets/components/HostMenu.vue +++ b/assets/components/HostMenu.vue @@ -121,7 +121,7 @@