调整自定义插件、代码风格化

This commit is contained in:
sfmind
2022-04-16 22:04:02 +08:00
parent cfcc0aa6dd
commit 9e69f6e6c2
12 changed files with 528 additions and 563 deletions

View File

@ -1,24 +1,17 @@
<template>
<view class="container">
个人资料
</view>
<view class="container"> 个人资料 </view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
export default {
data() {
return {
title: ''
}
},
onLoad() {},
methods: {}
}
</script>
<style lang="scss" scoped>
</style>
<style lang="scss" scoped></style>