Browse Source

style: 格式化

main
betaqi 2 weeks ago
parent
commit
0158648f42
  1. 3
      src/views/home/index.vue

3
src/views/home/index.vue

@ -24,11 +24,10 @@
import ContextMenu from '@/components/ContextMenu.vue' import ContextMenu from '@/components/ContextMenu.vue'
import Search from '@/components/apps/Search.vue' import Search from '@/components/apps/Search.vue'
import Widget from '@/components/apps/widget.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 { useContextMenuManager } from '@/composables/useContextMenu'
import DrawerSetting from '@/components/drawerSetting/indexSetting.vue' import DrawerSetting from '@/components/drawerSetting/indexSetting.vue'
import IconSetting from '@/components/dialogs/iconSetting.vue' import IconSetting from '@/components/dialogs/iconSetting.vue'
import { storeToRefs } from 'pinia'
import { useWidgetStore } from '@/stores/widget' import { useWidgetStore } from '@/stores/widget'
const widgetStore = useWidgetStore() const widgetStore = useWidgetStore()

Loading…
Cancel
Save