You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// this allows using the `value` prop for a different purpose
700
701
value:String
701
702
},
@@ -717,6 +718,8 @@ The above will be equivalent to:
717
718
</my-checkbox>
718
719
```
719
720
721
+
<pclass="tip">Note that you still have to declare the `checked` prop explicitly.</p>
722
+
720
723
### Non Parent-Child Communication
721
724
722
725
Sometimes two components may need to communicate with one-another but they are not parent/child to each other. In simple scenarios, you can use an empty Vue instance as a central event bus:
0 commit comments