修改了首页
This commit is contained in:
10
app/pages/goods/[navigationId].vue
Normal file
10
app/pages/goods/[navigationId].vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import GoodsCategoryPage from '@/components/shop/GoodsCategoryPage.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<GoodsCategoryPage />
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user