罗世杰:店铺列表组件初始化

This commit is contained in:
LuoShijie
2023-11-01 22:40:12 +08:00
parent f418c91de4
commit b30196c92a
3 changed files with 81 additions and 9 deletions

View File

@@ -0,0 +1,20 @@
<template>
<view>
</view>
</template>
<script>
export default {
name:"ShowShopList",
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>