feat(UPLOAD): add 单图片裁剪工具

This commit is contained in:
songhengyu
2024-11-26 17:31:10 +08:00
parent 0f4f996b04
commit bbc1c1f66d
7 changed files with 6141 additions and 4516 deletions

View File

@@ -91,6 +91,7 @@ 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"];