i've been working on it for a while and unfortunately can't find a solution. I am looking for a possibility to get all components data (props and slots) like Vue.options.components it does in a functional component. Vue.options.components looks like completely empty the whole time since i use @nuxt/components and i find no solution to get these informations.
I need these informations for a custom dynamic component loader to merge data, props and slots.
Hello,
i've been working on it for a while and unfortunately can't find a solution. I am looking for a possibility to get all components data (props and slots) like
Vue.options.components
it does in a functional component.Vue.options.components
looks like completely empty the whole time since i use@nuxt/components
and i find no solution to get these informations.I need these informations for a custom dynamic component loader to merge data, props and slots.
I hope that someone can help me here.