
Bug
码了各位
这个作者很懒,什么都没留下…
展开
-
Reducer项目遇到的bug
Error: Reducer “good” returned undefined during initializationError: Reducer "good" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undef原创 2020-08-16 16:22:06 · 2134 阅读 · 0 评论 -
使用 element 遇到的bug:Error:Cannot find module ‘babel-preset-es2015’ from。。。
想用element做个小东东,于是看官方文档npm install babel-plugin-component -D添加.babelrc文件"presets": [["es2015", { "modules": false }]], "plugins": [ [ "component", { "libraryName": "element-ui", "styleLibraryName": "theme-chalk"原创 2020-07-26 17:17:31 · 5348 阅读 · 2 评论 -
使用Vuex启动项目时遇到的报错
Uncaught TypeError: vuex__WEBPACK_IMPORTED_MODULE_2__.default.store is not a constructor解决方法在vuex.store构造器中原创 2020-07-18 00:08:43 · 498 阅读 · 0 评论