Skip to content

Commit 6204deb

Browse files
committed
chore: 🔨 移除无用的 ThemeColorPicker 组件
1 parent 00e686e commit 6204deb

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

src/layout/components/Settings/components/ThemeColorPicker.vue

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/types/components.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ declare module "vue" {
9090
SizeSelect: (typeof import("./../components/SizeSelect/index.vue"))["default"];
9191
TableSelect: (typeof import("./../components/TableSelect/index.vue"))["default"];
9292
TagsView: (typeof import("./../layout/components/TagsView/index.vue"))["default"];
93-
ThemeColorPicker: (typeof import("./../layout/components/Settings/components/ThemeColorPicker.vue"))["default"];
9493
WangEditor: (typeof import("./../components/WangEditor/index.vue"))["default"];
9594
}
9695
export interface ComponentCustomProperties {

0 commit comments

Comments
 (0)