vue的一些报错解决方法
1、第18行第5个,World组件已经创建,但未被使用。使用组件就可以解决
2、21行第9个,aaa定义(创建)了,但未使用
3、Non-nested routes must include a leading slash character. Fix the following routes
警告---- 非嵌套路由必须包含前导斜杠字符
4、Uncaught TypeError: WEBPACK_IMPORTED_MODULE_1_vuex.a.store is not a constructor
解决办法:将new Vuex.Store中的“store”大写 。如图所示