Vue2 dynamic component issue with :is props
i have a component i want to render when receiving a value (right click on a menu will send the new value based onthe item clicked in) with a dynamic name to avoid sharing same variable.
Vue2 dynamic component Unknown custom element did you register the component correctly? For recursive components, make sure to provide the name option
i have a component i want to render when receiving a value (right click on a menu will send the new value based onthe item clicked in) with a dynamic name to avoid sharing same variable.