11 lines
180 B
Vue
11 lines
180 B
Vue
<script setup lang="ts">
|
|
import GoodsCategoryPage from '@/components/shop/GoodsCategoryPage.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<GoodsCategoryPage />
|
|
</template>
|
|
|
|
<style scoped>
|
|
</style>
|