zh-CN docs [tabs]: v-model bind property name is not the same

pull/3143/head
chenhan 2017-02-27 13:33:14 +08:00 committed by cinwell.li
parent 2d8c887b6a
commit 93ae4f34b0
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
export default {
data() {
return {
activeName: 'first'
activeName2: 'first'
};
},
methods: {