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
Currently, for custom rendering section, you have to implement all the methods that are "core" to the functionality of the custom rendered component. We should handle these methods for you.
Currently, for custom rendering section, you have to implement all the methods that are "core" to the functionality of the custom rendered component. We should handle these methods for you.
Example custom section:
https://github.com/Educents/vue-autosuggest/blob/master/docs/UrlSection.vue
Suggested solution:
Either create mixin with shared methods, or create https://vuejs.org/v2/api/#extends for ability to override methods.
The text was updated successfully, but these errors were encountered: