Browse Source

style: 格式化

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

7
src/views/home/index.vue

@ -16,19 +16,18 @@
@select="handleMenuSelect" @select="handleMenuSelect"
@close="hideAllMenus" @close="hideAllMenus"
/> />
<IconSetting ref="iconSettingRef" @edit-icon="onEditIcon" /> <IconSetting ref="iconSettingRef" @edit-icon="onEditIcon"/>
<DrawerSetting ref="SettingDrawerRef" /> <DrawerSetting ref="SettingDrawerRef"/>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
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