This commit is contained in:
2020-06-11 16:12:04 +08:00
parent 16d586a50b
commit 55238876a8
6 changed files with 299 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
<template>
<view class="list">
</view>
</template>
<script>
export default {
name:"list"
}
</script>
<style lang="scss" scoped>
.list{
}
</style>