Chris-Robin Ennen
Chris-Robin Ennen
Is there any way to integrate Smelte with [Snowpack](https://www.snowpack.dev/)? I have tried adding the rollup plugin to snowpack under installOptions.rollup.plugins, but this leads to an error saying `Import "tailwindcss/base" could...
**Describe the bug** Tables in XML files processed by `lawdown.py` are not converted to tables in the resulting markdown output but instead become improperly formatted lists. **To Reproduce** Steps to...
See https://test-vite-vercel-plugin.vercel.app/named/id-3 - the `routeParams` in the vike integration aren't passed to the client anymore. As far as I can see, this is because `__original_path` doesn't include them (anymore?). Howver,...
It'd be nice if we could have proper completion when using `ClientOnly`. E.g. ```vue // Component.vue {{ msg }} defineProps() // App.vue ``` Here we don't get a hint for...
Just a small typo but I tripped over it when copying from the instructions.
I think this is all there is to it. This is a major breaking change for existing code, as users now have to use `.value`. I do think this is...