huangbin 4 năm trước cách đây
mục cha
commit
2705af816f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/information/goods/components/rightSpot/setup.ts

+ 1 - 1
src/views/information/goods/components/rightSpot/setup.ts

@@ -1,6 +1,6 @@
 import { QueryDeliveryGoods } from '@/services/go/ermcp/goodsInfo';
 import { ErmcpDeliveryGoodsReq, ErmcpDeliveryGoodsRsp } from '@/services/go/ermcp/goodsInfo/interface';
-import { ref } from '@vue/reactivity';
+import { ref } from 'vue';
 
 export function queryDeliveryGoods(req: ErmcpDeliveryGoodsReq) {
     let goodsList = ref<ErmcpDeliveryGoodsRsp[] | []>([]);