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
Hello, it's possible to wrap all application to web component?
I prepare a small widgets witch you can insert to own page. But there is a problem with client styles which can broke my widget.
Therefor I would like to wrap the widget to web component and isolate it.
Thank you for a tips
new Vue({
i18n,
store: $store,
router: initRouter(base, mode),
render: h => h(Widget)
}).$mount(targetElementName);
The text was updated successfully, but these errors were encountered:
Hello, it's possible to wrap all application to web component?
I prepare a small widgets witch you can insert to own page. But there is a problem with client styles which can broke my widget.
Therefor I would like to wrap the widget to web component and isolate it.
Thank you for a tips
The text was updated successfully, but these errors were encountered: