Martin Zenzerovich
Martin Zenzerovich
Using vite-plugin-vue-layouts in the most vanilla way possible (using vite + vue-router v4) generates duplicated routes. This [repo](https://github.com/mzenz/vite-plugin-vue-layouts-duplicated-route-bug) reproduces the bug. # Steps: ``` - git clone https://github.com/mzenz/vite-plugin-vue-layouts-duplicated-route-bug - cd...
First of all, thanks so much for this life-saving project, it really saved the day for me. Let me know if you need any extra info, happy to dig deeper!...
### Describe the bug Creating a basic starter Vite + Vue + TS project via `yarn create vite@latest` fails to start dev server after installing `vite-plugin-md`. Repro steps: - `yarn...
## Bug description Prerendering a dynamic url via Vite's [recommended method](https://vitejs.dev/guide/assets.html#new-url-url-import-meta-url) (i.e. using `new URL('', import.meta.url).href`) doesn't resolve to the asset's final path. The attached minimal repro shows two ``...
### Reporting a bug? Adding yaml load support for Vite breaks `vue-i18n` and `@nuxtjs/i18n`. # Steps to reproduce 1. `git clone https://github.com/mzenz/nuxt-i18n-ssg-bug.git` 2. `git switch dev` 3. `yarn install` 4....