fix admin.

This commit is contained in:
2023-03-14 12:25:48 +08:00
parent b3ec4ef63e
commit 477cece1e7
9 changed files with 153 additions and 79 deletions

92
src/components.d.ts vendored
View File

@@ -7,52 +7,52 @@ import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
declare module "@vue/runtime-core" {
export interface GlobalComponents {
IEpBell: typeof import('~icons/ep/bell')['default']
IEpCaretRight: typeof import('~icons/ep/caret-right')['default']
IEpLoading: typeof import('~icons/ep/loading')['default']
IEpLock: typeof import('~icons/ep/lock')['default']
IEpMenu: typeof import('~icons/ep/menu')['default']
IEpMoon: typeof import('~icons/ep/moon')['default']
IEpMoreFilled: typeof import('~icons/ep/more-filled')['default']
IEpSunny: typeof import('~icons/ep/sunny')['default']
NAlert: typeof import('naive-ui')['NAlert']
NAvatar: typeof import('naive-ui')['NAvatar']
NButton: typeof import('naive-ui')['NButton']
NCard: typeof import('naive-ui')['NCard']
NCode: typeof import('naive-ui')['NCode']
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
NDataTable: typeof import('naive-ui')['NDataTable']
NDescriptions: typeof import('naive-ui')['NDescriptions']
NDescriptionsItem: typeof import('naive-ui')['NDescriptionsItem']
NDropdown: typeof import('naive-ui')['NDropdown']
NEmpty: typeof import('naive-ui')['NEmpty']
NForm: typeof import('naive-ui')['NForm']
NFormItem: typeof import('naive-ui')['NFormItem']
NGi: typeof import('naive-ui')['NGi']
NGrid: typeof import('naive-ui')['NGrid']
NIcon: typeof import('naive-ui')['NIcon']
NInput: typeof import('naive-ui')['NInput']
NLayout: typeof import('naive-ui')['NLayout']
NLayoutContent: typeof import('naive-ui')['NLayoutContent']
NLayoutHeader: typeof import('naive-ui')['NLayoutHeader']
NLayoutSider: typeof import('naive-ui')['NLayoutSider']
NMenu: typeof import('naive-ui')['NMenu']
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
NModal: typeof import('naive-ui')['NModal']
NPagination: typeof import('naive-ui')['NPagination']
NPopover: typeof import('naive-ui')['NPopover']
NScrollbar: typeof import('naive-ui')['NScrollbar']
NSelect: typeof import('naive-ui')['NSelect']
NSpace: typeof import('naive-ui')['NSpace']
NSwitch: typeof import('naive-ui')['NSwitch']
NTabPane: typeof import('naive-ui')['NTabPane']
NTabs: typeof import('naive-ui')['NTabs']
NTag: typeof import('naive-ui')['NTag']
NTooltip: typeof import('naive-ui')['NTooltip']
NUpload: typeof import('naive-ui')['NUpload']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
IEpBell: typeof import("~icons/ep/bell")["default"]
IEpCaretRight: typeof import("~icons/ep/caret-right")["default"]
IEpLoading: typeof import("~icons/ep/loading")["default"]
IEpLock: typeof import("~icons/ep/lock")["default"]
IEpMenu: typeof import("~icons/ep/menu")["default"]
IEpMoon: typeof import("~icons/ep/moon")["default"]
IEpMoreFilled: typeof import("~icons/ep/more-filled")["default"]
IEpSunny: typeof import("~icons/ep/sunny")["default"]
NAlert: typeof import("naive-ui")["NAlert"]
NAvatar: typeof import("naive-ui")["NAvatar"]
NButton: typeof import("naive-ui")["NButton"]
NCard: typeof import("naive-ui")["NCard"]
NCode: typeof import("naive-ui")["NCode"]
NConfigProvider: typeof import("naive-ui")["NConfigProvider"]
NDataTable: typeof import("naive-ui")["NDataTable"]
NDescriptions: typeof import("naive-ui")["NDescriptions"]
NDescriptionsItem: typeof import("naive-ui")["NDescriptionsItem"]
NDropdown: typeof import("naive-ui")["NDropdown"]
NEmpty: typeof import("naive-ui")["NEmpty"]
NForm: typeof import("naive-ui")["NForm"]
NFormItem: typeof import("naive-ui")["NFormItem"]
NGi: typeof import("naive-ui")["NGi"]
NGrid: typeof import("naive-ui")["NGrid"]
NIcon: typeof import("naive-ui")["NIcon"]
NInput: typeof import("naive-ui")["NInput"]
NLayout: typeof import("naive-ui")["NLayout"]
NLayoutContent: typeof import("naive-ui")["NLayoutContent"]
NLayoutHeader: typeof import("naive-ui")["NLayoutHeader"]
NLayoutSider: typeof import("naive-ui")["NLayoutSider"]
NMenu: typeof import("naive-ui")["NMenu"]
NMessageProvider: typeof import("naive-ui")["NMessageProvider"]
NModal: typeof import("naive-ui")["NModal"]
NPagination: typeof import("naive-ui")["NPagination"]
NPopover: typeof import("naive-ui")["NPopover"]
NScrollbar: typeof import("naive-ui")["NScrollbar"]
NSelect: typeof import("naive-ui")["NSelect"]
NSpace: typeof import("naive-ui")["NSpace"]
NSwitch: typeof import("naive-ui")["NSwitch"]
NTabPane: typeof import("naive-ui")["NTabPane"]
NTabs: typeof import("naive-ui")["NTabs"]
NTag: typeof import("naive-ui")["NTag"]
NTooltip: typeof import("naive-ui")["NTooltip"]
NUpload: typeof import("naive-ui")["NUpload"]
RouterLink: typeof import("vue-router")["RouterLink"]
RouterView: typeof import("vue-router")["RouterView"]
}
}