#Upgrading to Nuxt 3.5 lost type defs
16 messages · Page 1 of 1 (latest)
try to add in ur nuxt config
export default defineNuxtConfig({
experimental: {
typedPages: true
}
})
Is this a workaround? Surely users aren’t expected opt in to experimental features to re-instate normal behaviour!
perhaps you missed it in my post, but I mentioned The same happens when the experimental typedPages is turned on or off.
yeah still same result
are any of you guys having this same problem, or is it only me?
3.4 still works fine
You could try installing vue-router explicitly. I know there are reportedly some issues with augmenting Vue since 3.3
Or run npx nuxi upgrade —force which will bump those dependencies anyway
Hi 👋 there's indeed some types issue due to vue 3.3