|
@@ -17,7 +17,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script lang="ts" setup>
|
|
<script lang="ts" setup>
|
|
- import { ProductSimpleType } from '@/types/product-type'
|
|
|
|
|
|
+ import { ProductSimpleType } from '@/model/product-type'
|
|
import data from './data.json'
|
|
import data from './data.json'
|
|
import ProductItem from './product-item.vue'
|
|
import ProductItem from './product-item.vue'
|
|
|
|
|