diff --git a/assets/auto-imports.d.ts b/assets/auto-imports.d.ts index 25e15447..e0adb943 100644 --- a/assets/auto-imports.d.ts +++ b/assets/auto-imports.d.ts @@ -457,12 +457,10 @@ import { UnwrapRef } from 'vue' declare module 'vue' { interface GlobalComponents {} interface ComponentCustomProperties { - readonly DEFAULT_MENU_WIDTH: UnwrapRef readonly DEFAULT_SETTINGS: UnwrapRef readonly EffectScope: UnwrapRef readonly K8sNamespace: UnwrapRef readonly K8sOwner: UnwrapRef - readonly MIN_MENU_WIDTH: UnwrapRef readonly acceptHMRUpdate: UnwrapRef readonly allLevels: UnwrapRef readonly arrayEquals: UnwrapRef diff --git a/assets/layouts/default.vue b/assets/layouts/default.vue index 93b7ab7e..931a53dd 100644 --- a/assets/layouts/default.vue +++ b/assets/layouts/default.vue @@ -1,15 +1,11 @@