Thorsten Lünborg
Thorsten Lünborg
> The cloneDeep and watch thing is so that I can compute stuff off the route which it wasn't working for me by just returning the $route. By using a...
> (perhaps all of this should go in the plugin repo instead of here) probably
You can't use inject in a function component if I remember correctly. You have to use an actual component.
That's not Javascript. I don't know what you want to say.
When we designed this new API, we assumed that the majority of use cases would use `reactive()` and `ref()` was a necessary tool to work with some less common cases...
> The big problem here with destructuring is that it is a silent error. You get no warning or anything. Reactivity has just disappeared without you knowing! Errors like that...
Yes I did, in a crude kind of way: * iframe * encode code in base64 and append to url * use some CSS for positioning https://github.com/LinusBorg/slidev-theme-vuetiful/blob/main/layouts/sfc.vue The most hackish...
Oh, btw, here's how I imported the src snippets in slidev - might be able to do this differently in vitepress: * import examples .vue files as raw strings *...
I'd like to clarify that we cannot upgrade transitive dependencies of packages that we are using. Even if we update our direct dependencies, we cannot ensure that these dependencies won't...
@Gramatiik Presumably, this ts-loader option would help: https://github.com/TypeStrong/ts-loader#onlycompilebundledfiles-boolean-defaultfalse