Files
pc-10588/app/pages/product/[navigationId].vue
2026-03-05 13:32:48 +08:00

9 lines
156 B
Vue

<script setup lang="ts">
import GoodsCategoryPage from '@/components/shop/GoodsCategoryPage.vue'
</script>
<template>
<GoodsCategoryPage />
</template>