|
|
|
@ -24,11 +24,10 @@
@@ -24,11 +24,10 @@
|
|
|
|
|
import ContextMenu from '@/components/ContextMenu.vue' |
|
|
|
|
import Search from '@/components/apps/Search.vue' |
|
|
|
|
import Widget from '@/components/apps/widget.vue' |
|
|
|
|
import type { IContextMenu, IWidget } from '../../utils/types' |
|
|
|
|
import type { IContextMenu, IWidget } from '@/utils/types.ts' |
|
|
|
|
import { useContextMenuManager } from '@/composables/useContextMenu' |
|
|
|
|
import DrawerSetting from '@/components/drawerSetting/indexSetting.vue' |
|
|
|
|
import IconSetting from '@/components/dialogs/iconSetting.vue' |
|
|
|
|
import { storeToRefs } from 'pinia' |
|
|
|
|
import { useWidgetStore } from '@/stores/widget' |
|
|
|
|
|
|
|
|
|
const widgetStore = useWidgetStore() |
|
|
|
|