diff --git a/src/views/home/components/right/index.vue b/src/views/home/components/right/index.vue index 11f8177c..1e538059 100644 --- a/src/views/home/components/right/index.vue +++ b/src/views/home/components/right/index.vue @@ -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'; @@ -83,6 +84,8 @@ const switchAttrBar = () => { + +