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
Vue 2.4 provides new API $attrs and $listeners to ease creating wrapper components, the example given, however, is in vue template syntax. Could we have equivalents for these APIs, especially in object spread form?
I've read through the readme and #1 and #51, but did not find an answer. In my experiment, {...{ this.$attrs } and { ...this.$attrs } do not seem to work. Please correct me if I've missed something.