victorgarciaesgi / nuxt-typed-router

🚦Provide autocompletion and typecheck to Nuxt router
https://nuxt-typed-router.vercel.app
MIT License
354 stars 12 forks source link

fix(module): properly extend `vueCompilerOptions` #151

Closed dargmuesli closed 3 months ago

dargmuesli commented 3 months ago

The current implementation just sets vueCompilerOptions, potentially overriding a user defined vueCompilerOptions. With this change, only two values are set, while other potentially already existing values can be kept.

victorgarciaesgi commented 3 months ago

Hey! I think i'll even remove it, as it's not even needed anymore