mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-05 19:41:43 +08:00
15 lines
208 B
Vue
15 lines
208 B
Vue
<template>
|
|
<div class="goodsDetail-container"></div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "GoodsDetail",
|
|
data() {
|
|
return {};
|
|
},
|
|
created() {},
|
|
methods: {},
|
|
};
|
|
</script>
|