mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-10-22 18:57:15 +08:00
refactor: dark toggle and usedict with fix dict can't persist (#47)
This commit is contained in:
8
src/types/app.d.ts
vendored
8
src/types/app.d.ts
vendored
@@ -29,4 +29,12 @@ declare namespace App {
|
||||
label: string
|
||||
value: AnimateType
|
||||
}
|
||||
|
||||
/** 字典项 */
|
||||
interface DictItem {
|
||||
disabled?: boolean
|
||||
extra?: string
|
||||
label: string
|
||||
value: string
|
||||
}
|
||||
}
|
||||
|
1
src/types/components.d.ts
vendored
1
src/types/components.d.ts
vendored
@@ -58,6 +58,7 @@ declare module 'vue' {
|
||||
SecondForm: typeof import('./../components/GenCron/CronForm/component/second-form.vue')['default']
|
||||
SplitPanel: typeof import('./../components/SplitPanel/index.vue')['default']
|
||||
TextCopy: typeof import('./../components/TextCopy/index.vue')['default']
|
||||
ToggleDark: typeof import('./../components/ToggleDark/index.vue')['default']
|
||||
UserSelect: typeof import('./../components/UserSelect/index.vue')['default']
|
||||
Verify: typeof import('./../components/Verify/index.vue')['default']
|
||||
VerifyPoints: typeof import('./../components/Verify/Verify/VerifyPoints.vue')['default']
|
||||
|
Reference in New Issue
Block a user