This commit is contained in:
sunnie 2020-05-28 16:24:37 +08:00
parent 5860dfb85f
commit cd839dc6b3
10 changed files with 12 additions and 16 deletions

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
.DS_Store
node_modules
/dist
/docs
# local env files
.env.local
.env.*.local

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -14,9 +14,7 @@
</van-tabbar> -->
</div>
</template>
<script>
export default {
name: 'TabBar',
data() {
@ -24,9 +22,7 @@ export default {
active: 0
}
},
methods: {
}
methods: {}
}
</script>