Results 7 issues of vueTodo

Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/5093566007214080 具体的解决方法,还待作者完善。 解决方案地址: https://www.jianshu.com/p/04bf173826aa

遇到的问题:list组件在ios下卡顿 用到方案:-webkit-overflow-scrolling: touch;但如果在列表里面有Popup弹层则会失效 希望解决的问: 1.如何让list组件在iso滑动流畅 2.如果用上面提到的方案,Popup层会被被iso原始的遮挡,应该如何解决?

Binary found at D:\AAA\vue-admin-template\node_modules\node-sass\vendor\win32-x6 4-64\binding.node Testing binary Binary is fine npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN notsup Unsupported engine for [email protected]: wanted:...

npm ERR! errno 1 npm ERR! [email protected] start: `NODE_ENV=development webpack-dev-server --config conf/webpack.dev.conf.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] start script. npm ERR! This...

连接接口报错,无法获取数据

报错信息如下,然后项目用了angular2-cookie 这个版本在最新的版本里面已经不再支持了,哎,感觉好多问题,找个解决方案都没得地方。。。。 ` 95% emittingUnhandled rejection Error: ENOENT: no such file or directory, open 'D:\DD\admin-angluar-master\node_modules\.4.4.7@@angular\package.json' at Error (native) at Object.fs.openSync (fs.js:640:18) at Object.fs.readFileSync (fs.js:508:33) at LicenseExtractor.readPackageJson (D:\DD\admin-angluar-master\node_modules\.1.3.1@license-webpack-plugin\dist\LicenseExtractor.js:126:23) at LicenseExtractor.parsePackage (D:\DD\admin-angluar-master\node_modules\.1.3.1@license-webpack-plugin\dist\LicenseExtractor.js:23:32)...

`Metadata version mismatch for module D:/NgTest/demo-ng-zorro-antd-master/node_modules/ng2-ace-editor/index.d.ts, found version 4, expected 3, resolving symbol AppModule in D:/NgTest/demo-ng-zorro-antd-master/src/app/app.module.ts, resolving symbol AppModule in D:/NgTest/demo-ng-zorro-antd-master/src/app/app.module.ts ` —————问题原因及处理办法一并记录——————————————— `原因:"ng2-ace-editor": "^0.3.7",`这个包发现了新版本具体是多少未查证 解决方案: 1,在app.module.ts文件中删除引用:AceEditorModule去掉 2,把editor.component.html文件调整成下面 ` `...