mirror of https://github.com/ElemeFE/element
zh-CN docs [tabs]: v-model bind property name is not the same
parent
2d8c887b6a
commit
93ae4f34b0
|
@ -144,7 +144,7 @@
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
activeName: 'first'
|
activeName2: 'first'
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue