Hi there, I followed this guide closely as I need to build a vue app with auth0. I was able to reproduce the app in vue 2, without any issues. But I struggle to apply the guide to vue 3. I get two warnings after npm run serve
which appear to rise due to the migration from vue 2 to 3.
warning in ./src/router/index.js
"export 'default' (imported as 'Router') was not found in 'vue-router'
warning in ./src/main.js
"export 'default' (imported as 'Vue') was not found in 'vue'
I would appreciate if someone could look over my code (https://github.com/velasco/auth0-vue3-sample.git) and help me to debug it. Many thanks