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
{{ message }}
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
So I used this package and really loved the features offered but when I try to build my own vue component into html file, the moveable controls don't align properly and they go in the top left corner of the screen.
This is the command I use to build component into /dist folder
So I used this package and really loved the features offered but when I try to build my own vue component into html file, the moveable controls don't align properly and they go in the top left corner of the screen.
This is the command I use to build component into /dist folder
npx vue-cli-service build --target wc --name my-component 'src/components/MyComponent.vue' --inline-vue
The text was updated successfully, but these errors were encountered: