Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
canwdev committed Jan 17, 2025
1 parent ffbdad2 commit 4f673a2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
34 changes: 0 additions & 34 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,42 +7,8 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElButton: typeof import('element-plus/es')['ElButton']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElImage: typeof import('element-plus/es')['ElImage']
ElInput: typeof import('element-plus/es')['ElInput']
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
ElOption: typeof import('element-plus/es')['ElOption']
ElPageHeader: typeof import('element-plus/es')['ElPageHeader']
ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElRadio: typeof import('element-plus/es')['ElRadio']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSlider: typeof import('element-plus/es')['ElSlider']
ElSpace: typeof import('element-plus/es')['ElSpace']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
ElTag: typeof import('element-plus/es')['ElTag']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
ElTree: typeof import('element-plus/es')['ElTree']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
export interface ComponentCustomProperties {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}
1 change: 0 additions & 1 deletion src/components/OS/DesktopWindowManager/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {useSettingsStore} from '@/store/settings'
import {TaskItem} from '@/enum/os'
import ThemedIcon from '@/components/OS/ThemedIcon/ThemedIcon.vue'
import {useMainStore} from '@/store/main'
import WidgetsPlayground from '@/components/OS/Widgets/WidgetsPlayground.vue'
const mainStore = useMainStore()
const systemStore = useSystemStore()
Expand Down
1 change: 1 addition & 0 deletions src/store/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const useMainStore = defineStore('main', {
share: {
// 这些变量不参与多页面数据共享
// An array of fields that the plugin will ignore.
omit: ['isShowQuickLaunch', 'upgradeInfo'],
enable: true,
initialize: true,
},
Expand Down

0 comments on commit 4f673a2

Please sign in to comment.