赞
踩
SyntaxError: The requested module
‘/node_modules/.vite/vue-router/dist/vue-router.esm.js?v=4830dca4’
does not provide an export named ‘createRouter’
在修改配置文件过程中, 运行时控制台出现报错上述, 在网上终于发现了一个解决办法:
先
npm uninstall vue-router
然后
npm install vue-router@next -S
不知道为什么修改配置文件会导致这个错误, 但重新安装之后就可以了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。