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

11 lines
180 B
Vue

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