新增vuex,router

This commit is contained in:
唐明明
2022-01-04 09:58:48 +08:00
parent e2de02b68b
commit 6319631d7e
78 changed files with 12778 additions and 122 deletions

19
pages/address/edit.vue Normal file
View File

@@ -0,0 +1,19 @@
<template>
<view>
编辑地址
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>