接入uni云

This commit is contained in:
唐明明
2021-07-23 15:26:20 +08:00
parent 8407323932
commit 1ac15128db
21 changed files with 1093 additions and 3943 deletions

View File

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