khrise
Results
2
issues of
khrise
In [this post](https://github.com/EranGrin/vue-web-component-wrapper/issues/14#issuecomment-2078165851), you introduced a mechanism to replace all occurrences of `:root` with `:host`. > The Element plus lib uses CSS var and sets it to `:root` which the...
In my original app, I have an async setup. Among other async stuff, a configuration is fetched from a remote server. ``` loadConfig().then(() => { const app = createApp(App); app...