We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e686e commit 6204debCopy full SHA for 6204deb
src/layout/components/Settings/components/ThemeColorPicker.vue
src/types/components.d.ts
@@ -90,7 +90,6 @@ declare module "vue" {
90
SizeSelect: (typeof import("./../components/SizeSelect/index.vue"))["default"];
91
TableSelect: (typeof import("./../components/TableSelect/index.vue"))["default"];
92
TagsView: (typeof import("./../layout/components/TagsView/index.vue"))["default"];
93
- ThemeColorPicker: (typeof import("./../layout/components/Settings/components/ThemeColorPicker.vue"))["default"];
94
WangEditor: (typeof import("./../components/WangEditor/index.vue"))["default"];
95
}
96
export interface ComponentCustomProperties {
0 commit comments