demingshangjia/components/release/shop-item.vue

13 lines
145 B
Vue
Raw Normal View History

2020-07-17 09:49:42 +08:00
<template>
</template>
<script>
export default {
name:"shop-item",
data(){
return {
}
}
}
</script>