chore: 🔨 移除 vue-picture-cropper 插件(ts兼容问题)

This commit is contained in:
ray
2024-12-02 13:57:56 +08:00
parent 1c71768058
commit c2b05bac6c
6 changed files with 0 additions and 526 deletions

View File

@@ -91,7 +91,6 @@ declare module "vue" {
ThemeColorPicker: (typeof import("./../layout/components/Settings/components/ThemeColorPicker.vue"))["default"];
SingleImageUpload: (typeof import("./../components/Upload/SingleImageUpload.vue"))["default"];
WangEditor: (typeof import("./../components/WangEditor/index.vue"))["default"];
ImgCorpper: (typeof import("./../components/ImgCorpper/index.vue"))["default"];
}
export interface ComponentCustomProperties {
vLoading: (typeof import("element-plus/es"))["ElLoadingDirective"];