dvajs / dva-example-user-dashboard

👲 👬 👨‍👩‍👧 👨‍👩‍👦‍👦
446 stars 205 forks source link

跑不起来 #48

Open Mark24Code opened 6 years ago

Mark24Code commented 6 years ago

刚开始遇到编译失败的问题 手动调整roadhog为 "roadhog": "^1.2.2" 页面终于正常运行 但是 users页面依然无效,报错信息如下

ReferenceError: regeneratorRuntime is not defined Stack trace: request<@webpack-internal:///552:15:7 @webpack-internal:///552:14:15 [552]@http://localhost:8000/2.async.js:55:1 webpack_require@http://localhost:8000/index.js:708:12 fn@http://localhost:8000/index.js:113:20 @webpack-internal:///551:11:16 [551]@http://localhost:8000/2.async.js:47:1 webpack_require@http://localhost:8000/index.js:708:12 fn@http://localhost:8000/index.js:113:20 @webpack-internal:///414:13:14 [414]@http://localhost:8000/2.async.js:7:1 __webpack_require__@http://localhost:8000/index.js:708:12 fn@http://localhost:8000/index.js:113:20

wenshan commented 6 years ago

看这里 #52