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

This commit is contained in:
chenhan
2017-02-27 13:33:14 +08:00
committed by cinwell.li
parent 2d8c887b6a
commit 93ae4f34b0

View File

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