I have a Vue2+JS project that I want to add a chat component to, but I found some open source projects that were written using Vue3+ts. How should I use the components developed by Vue3 in My Project?
I have browsed use-vue-3-compiled-build-into-vue-2-project question, but I really don’t want to migrage my vue2 project to vue3.