Vuejs Asynchronous Components’ Refs are not reactive as props to child components (only happens in production)
I’m using VueJS async components, I’m storing them in refs but it seems like these refs are never created as reactive refs in production.
I’m using VueJS async components, I’m storing them in refs but it seems like these refs are never created as reactive refs in production.