修改tabbar报错

This commit is contained in:
clay
2022-12-07 17:08:29 +08:00
parent 2fc863bb79
commit 8449bb928f
2 changed files with 36 additions and 12 deletions

View File

@@ -1,6 +1,22 @@
<!-- 首页 -->
<template>
<view>
首页
首页1111
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>