vue-web-component-wrapper
vue-web-component-wrapper copied to clipboard
vue3 - web component wrapper plugin
Hi @EranGrin Is there a way to share a synced pinia store between different instances of the same component? For example, if I have a with a store "buttonStore" and...
When using the `shadowDOM` and `cssFrameworkStyles` the `` tag for the `cssFrameworkStyles` is added to the DOM tree first. Then the styles from the `component` is added to the DOM...
Hi, thank you for creating the library. I'm exploring the possibility of turning a Vue 3 app built on Vuetify components into a web component, but I'm running into an...
Hi, my aim is to expose the Vue3 app to the other frameworks as a web component. But I wanna pass some custom options to the web component. What is...
This prevents `vue-web-component-wrapper` from outputting the `cssFrameworkStyles`. This makes sure the component styles can override the `cssFrameworkStyles` Stackblitz: https://stackblitz.com/edit/vitejs-vite-qvbmtobb It looks like this `name` attribute was removed previously but I'm...
How to expose a function, so that, the project can directly call the function inside the web component