24 lines
198 B
Vue
24 lines
198 B
Vue
<template>
|
|
<!-- 测试页 -->
|
|
<view>
|
|
店铺详情4567
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style>
|