vuejs / vue-router

🚦 The official router for Vue 2
http://v3.router.vuejs.org/
MIT License
18.99k stars 5.06k forks source link

requested module '/node_modules/.vite/deps/vue-router.js?v=85d94ed7' does not provide an export named 'default' #3857

Closed hulzzz closed 1 year ago

hulzzz commented 1 year ago

Using vue for the first time, how to solve this problem

acbetter commented 5 months ago

change import RouterView from 'vue-router' to import { RouterView } from 'vue-router' then it works