Skip to content

Commit

Permalink
feat(home): 添加裁剪图片组件
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob committed Nov 18, 2024
1 parent a47161a commit f96254e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/home/components/right/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import attributeTextFloat from '@/components/attributeTextFloat.vue';
import attributeColor from '@/components/attributeColor.vue';
import attributeBarcode from '@/components/attributeBarcode.vue';
import attributeQrCode from '@/components/attributeQrCode.vue';
import cropperImg from '@/components/cropperImg.vue';
// hooks
import useSelectListen from '@/hooks/useSelectListen';
Expand Down Expand Up @@ -83,6 +84,8 @@ const switchAttrBar = () => {
<center-align></center-align>
<!-- 替换图片 -->
<replaceImg></replaceImg>
<!-- 裁剪 -->
<cropperImg></cropperImg>
<!-- 图片裁切 -->
<clip-image></clip-image>
<!-- 翻转 -->
Expand Down

0 comments on commit f96254e

Please sign in to comment.