Commit 762d3341e79d13c491c80f14e121c87350012fdd
1 parent
ed0c1a2a
fix: 去除未引用字段,prod2.sh-22-23
Showing
1 changed file
with
1 additions
and
1 deletions
components/MobileProductDetail.vue
@@ -227,7 +227,7 @@ | @@ -227,7 +227,7 @@ | ||
227 | 227 | ||
228 | <script setup lang="ts"> | 228 | <script setup lang="ts"> |
229 | import type { Product } from "~/type"; | 229 | import type { Product } from "~/type"; |
230 | -import { onMounted, ref } from "vue"; | 230 | +import { ref } from "vue"; |
231 | import { useDialogStore } from "~/stores/dialog"; | 231 | import { useDialogStore } from "~/stores/dialog"; |
232 | const dialogStore = useDialogStore(); | 232 | const dialogStore = useDialogStore(); |
233 | 233 |