Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom component rendering should not have to stub out core methods #16

Closed
darrenjennings opened this issue Nov 28, 2017 · 0 comments
Closed
Assignees

Comments

@darrenjennings
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant