0👍
I think v-bind="$attrs"
should solve your problem. You can set default `props’ in your "core" component. Then, just override what you want
See the docs https://v3.vuejs.org/guide/component-attrs.html#disabling-attribute-inheritance
- [Vuejs]-Laravel View – Import Vue component
- [Vuejs]-V-model is not defined, passing data from v-data-table to custom component
Source:stackexchange.com