Commit 762d3341e79d13c491c80f14e121c87350012fdd

Authored by boyang
1 parent ed0c1a2a

fix: 去除未引用字段,prod2.sh-22-23

components/MobileProductDetail.vue
... ... @@ -227,7 +227,7 @@
227 227  
228 228 <script setup lang="ts">
229 229 import type { Product } from "~/type";
230   -import { onMounted, ref } from "vue";
  230 +import { ref } from "vue";
231 231 import { useDialogStore } from "~/stores/dialog";
232 232 const dialogStore = useDialogStore();
233 233  
... ...