We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b025a commit 989e308Copy full SHA for 989e308
src/components/DiyEditor/components/mobile/ProductList/index.vue
@@ -65,7 +65,7 @@
65
<script setup lang="ts">
66
import { ProductListProperty } from './config'
67
import * as ProductSpuApi from '@/api/mall/product/spu'
68
-import { fenToYuan } from './index'
+import { fenToYuan } from '@/utils'
69
70
/** 商品栏 */
71
defineOptions({ name: 'ProductList' })
0 commit comments