Let's say I'm working on a new Vue project and I want to use components from the old React project, so copy the component files to my new project and just Just import these components.
I found out that it can be done using Vuera, but I was wondering if it can be done without using Vuera as it is limited to not supporting newer React and Vue versions.
So, is there a way to configure my React and Vue projects?
P粉7261339172024-03-28 00:36:17
You can view this here Vuera Currently does not work with Vue3 But hopefully it will come soon