shop
This commit is contained in:
15
components/shop/list/index.vue
Normal file
15
components/shop/list/index.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<view class="list">
|
||||
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
name:"list"
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.list{
|
||||
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user