Browse Source

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

chenhan 8 năm trước cách đây
mục cha
commit
93ae4f34b0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/docs/zh-CN/tabs.md

+ 1 - 1
examples/docs/zh-CN/tabs.md

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