Files
mes-ui-d2/docs/zh/guide/question.md
liyang e04b233ff3 no message
Former-commit-id: c02c90997309addb77d59b0e67fbe102ac2877ea [formerly c02c90997309addb77d59b0e67fbe102ac2877ea [formerly c02c90997309addb77d59b0e67fbe102ac2877ea [formerly c02c90997309addb77d59b0e67fbe102ac2877ea [formerly 06155b8056033a4a949415bcab43a41def5a89b2 [formerly b6b68f54d8b2afe239e80116be6147a98c77bc41]]]]]
Former-commit-id: f0ad711dfc5dea90270f6f3819be22d7ae27295c
Former-commit-id: edb06fd5cabbd960da15d8d7de60a2053c68de43
Former-commit-id: b0185cc3bbc9c448ecfc113545cfd93339efec10 [formerly d7b53d8b2198a87e48f7a6fcb541defa90d08c72]
Former-commit-id: 9e262d7c756d00180feb1516d5cf23216ce7a020
Former-commit-id: b5faaf5d2f1b1b69c7cd1d29821eb06175701449
Former-commit-id: bf44bbe4cd564c0daed18cad53d564733583dba6
Former-commit-id: 5c47aeaa60ccfd4165940a198d9a7f0fa1ffea56
Former-commit-id: 911653e67f9ba68e2bbef5c6fc0eab75b8e5adca
2018-06-25 23:59:58 +08:00

40 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 常见问题
本章总结收到的用户反馈问题,集中展示,方便后续用户自助解决问题
## 无法启动项目
首先建议您升级 node 版本 > 8在以下环境测试可用
```
➜ ~ npm -v
5.6.0
➜ ~ node -v
v8.11.1
➜ ~ nrm -V
1.0.2
➜ ~ nrm ls
npm ---- https://registry.npmjs.org/
cnpm --- http://r.cnpmjs.org/
* taobao - https://registry.npm.taobao.org/
nj ----- https://registry.nodejitsu.com/
rednpm - http://registry.mirror.cqupt.edu.cn/
npmMirror https://skimdb.npmjs.com/registry/
edunpm - http://registry.enpmjs.org/
```
::: tip
推荐使用 [nrm](https://github.com/Pana/nrm) 管理 npm 源,不建议使用 cnpm
:::
## 删除页面右上角 github 链接
`src/components/demo/d2-demo-page-cover/index.vue` 中删除相关代码即可
## el-scrollbar 组件
el-scrollbar 组件是 ElementUI 自带的一个隐藏组件,没有写入文档,详见 [https://github.com/ElemeFE/element/issues/2238](https://github.com/ElemeFE/element/issues/2238)
## 兼容性
首先 vue.js 和 ElementUI 做不到兼容的D2Admin 肯定也兼容不了,实测在 macOS 下 Chrome 和新版本的火狐浏览器以及 Safari 都正常使用,这类管理系统一般是内部使用,通常不必太纠结兼容低版本浏览器,如果你发现了显示的 bug可以加 QQ 群反应,如果你可以修复这个 bug 使其在你的浏览器上显示正常,欢迎你的 pr。