Selaa lähdekoodia

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

chenhan 8 vuotta sitten
vanhempi
commit
93ae4f34b0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: {