props: ['value'], computed: { value () { return this.$route.matched[0].name } }, 报错: Duplicated key 'value' src/components/base/tab-bar/tabbar.vue:18:5 value () {
props: ['value'],
computed: {
value () {
return this.$route.matched[0].name
}
},
报错:
Duplicated key 'value'
src/components/base/tab-bar/tabbar.vue:18:5
value () {