Skip to content

Commit

Permalink
feat(图片): 添加图片裁剪功能 (ikuaitu#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed Nov 17, 2024
1 parent 6442b49 commit 71db8b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/home/right.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
<center-align></center-align>
<!-- 替换图片 -->
<replaceImg></replaceImg>
<!-- 裁剪图片 -->
<cropperImg></cropperImg>
<!-- 图片裁切 -->
<clip-image></clip-image>
<!-- 翻转 -->
Expand Down Expand Up @@ -94,6 +96,7 @@ import clone from '@/components/clone.vue';
import hide from '@/components/hide.vue';
import edit from '@/components/edit.vue';
import replaceImg from '@/components/replaceImg.vue';
import cropperImg from '@/components/cropperImg.vue';
import clipImage from '@/components/clipImage.vue';
import flip from '@/components/flip.vue';
import attributeBarcode from '@/components/attributeBarcode.vue';
Expand Down

0 comments on commit 71db8b7

Please sign in to comment.