Skip to content

Commit f96254e

Browse files
committed
feat(home): 添加裁剪图片组件
1 parent a47161a commit f96254e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/views/home/components/right/index.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import attributeTextFloat from '@/components/attributeTextFloat.vue';
2727
import attributeColor from '@/components/attributeColor.vue';
2828
import attributeBarcode from '@/components/attributeBarcode.vue';
2929
import attributeQrCode from '@/components/attributeQrCode.vue';
30+
import cropperImg from '@/components/cropperImg.vue';
3031
// hooks
3132
import useSelectListen from '@/hooks/useSelectListen';
3233
@@ -83,6 +84,8 @@ const switchAttrBar = () => {
8384
<center-align></center-align>
8485
<!-- 替换图片 -->
8586
<replaceImg></replaceImg>
87+
<!-- 裁剪 -->
88+
<cropperImg></cropperImg>
8689
<!-- 图片裁切 -->
8790
<clip-image></clip-image>
8891
<!-- 翻转 -->

0 commit comments

Comments
 (0)