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 a47161a commit f96254eCopy full SHA for f96254e
src/views/home/components/right/index.vue
@@ -27,6 +27,7 @@ import attributeTextFloat from '@/components/attributeTextFloat.vue';
27
import attributeColor from '@/components/attributeColor.vue';
28
import attributeBarcode from '@/components/attributeBarcode.vue';
29
import attributeQrCode from '@/components/attributeQrCode.vue';
30
+import cropperImg from '@/components/cropperImg.vue';
31
// hooks
32
import useSelectListen from '@/hooks/useSelectListen';
33
@@ -83,6 +84,8 @@ const switchAttrBar = () => {
83
84
<center-align></center-align>
85
<!-- 替换图片 -->
86
<replaceImg></replaceImg>
87
+ <!-- 裁剪 -->
88
+ <cropperImg></cropperImg>
89
<!-- 图片裁切 -->
90
<clip-image></clip-image>
91
<!-- 翻转 -->
0 commit comments