Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bug 修复打包后报错 TypeError: le.addRoute is not a function
原因是本地开发阶段引用的是npm包中的vue-router,与打包后externals中CDN载入的vue-router版本不一致导致的。
- Loading branch information