You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the following command to build with Vue 2 - vue-web-component-wrapper
npm run build -- --target wc --name new-v-router src\App.vue --inline-vue
When I run the same command in Vue 3 with vue3-webcomponent-wrapper I get the following message:
"ERROR Vue 3 support of the web component target is still under development."
How do I build so I can use the web component in other web applications?
The text was updated successfully, but these errors were encountered:
I use the following command to build with Vue 2 - vue-web-component-wrapper
npm run build -- --target wc --name new-v-router src\App.vue --inline-vue
When I run the same command in Vue 3 with vue3-webcomponent-wrapper I get the following message:
"ERROR Vue 3 support of the web component target is still under development."
How do I build so I can use the web component in other web applications?
The text was updated successfully, but these errors were encountered: