Module '"vue-router/auto-routes"' has no exported member 'routes' #505
-
Hello all, I have upgraded the module version 0.7.0 to 0.10.8, and now I have the following error :
Before I had this import and it's works well :
and now I have this import :
The import Thank's by advance for tou help and your support :). Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You skipped a few versions, so I would recommend you to ensure the TS setup is done again: https://uvr.esm.is/introduction.html#setup. You can check the changelog for more info about the breaking changes, there were a few to fix TS compatibility issues |
Beta Was this translation helpful? Give feedback.
-
I have founded my issue : I have missing this ts.config.ts option :
Thank's for your help :). |
Beta Was this translation helpful? Give feedback.
You skipped a few versions, so I would recommend you to ensure the TS setup is done again: https://uvr.esm.is/introduction.html#setup. You can check the changelog for more info about the breaking changes, there were a few to fix TS compatibility issues