接入uni云
This commit is contained in:
15
components/goods-list/goods-list.vue
Normal file
15
components/goods-list/goods-list.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
<template>
|
||||
<view></view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'goodsList',
|
||||
data() {
|
||||
return {};
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss"></style>
|
||||
Reference in New Issue
Block a user