vue-custom-element
vue-custom-element copied to clipboard
Vue Custom Element - Web Components' Custom Elements for Vue.js
Hi, I've configured to pass i18n to my web component but when I change language on page where I have this web component embedded it's not synced with language on...
I has been registed a component by customelement. but now I want to destory this component by manul, so what should I do?
When using: https://github.com/vuejs/vue-class-component And exporting a component using `@Component` syntax, this plugin dies and complains about the following: ``` Cannot read properties of undefined (reading '_init') ``` Non-decorated TS exports...
First of all, thanks for this repo, it plugs a hole that Vue has and React doesn't and it's working great for my project. I've stumbled across one thing, with...
I'd like to use scoped templates on vce to overwrite some output defined in my component. E.g. i have a logout compomonet with a "Bootstop Button" ``` Logout ``` and...
> Uncaught TypeError: vue__WEBPACK_IMPORTED_MODULE_10__.default.customElement is not a function Whenever customElement is called and bound in main.js. Regardless if customelement is generated from existing vue component, or made in the constructur.
http://plnkr.co/edit/OMOY5lbG8ukOPcUA I tried with the previous release. when I update it to 3.3.0. the binding from Angular does not work anymore
Hi. I'm wondering why I cannot inspect Vue components inside the vce on the page. Is this a limitation with Vue Devtools, or is it something that can be fixed?...
I did vue-cli-service build --target lib --name your-component-name src/main.js and builds correctly. Local server works fine. However cannot render after "serve -s dist". Any idea why this could be? Thanks...
I feel like this is perhaps something of an edge case, but it did break my VCE project. Basically, v3.3.0 seems to change when the HTML of the custom element...