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
Use `Ref` decorator to define a property getter `this.$refs[name]` on vue component instance. The reference name is the name of property.
3
+
Use `Ref` decorator to define a property getter `this.$refs[name]` on vue component instance. The reference name is the name of property or a passed name parameter.
0 commit comments