moto-App/src/pages/mall/mall.vue
CHINAMI-3V5PQ9A\Administrator 9da58db536 初始化
2023-12-08 17:39:09 +08:00

23 lines
162 B
Vue

<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>