Files
mes-ui-d2/docs/zh/guide/question.md
liyang 1c6e87906f no message
Former-commit-id: f53c4443818fc0064ff19b4234d8556a9f3e848a [formerly f53c4443818fc0064ff19b4234d8556a9f3e848a [formerly f53c4443818fc0064ff19b4234d8556a9f3e848a [formerly f53c4443818fc0064ff19b4234d8556a9f3e848a [formerly 09607e3949f55cf82a5354d5ab53d9516bcdb41e [formerly 65e590e71f667addc9268d03442ac05ebb671c13]]]]]
Former-commit-id: 3ff6a6bc043aea7799d17290aeccd4e8b39002a9
Former-commit-id: 2bc393e3f99c9226bf578b39582a23f005be4048
Former-commit-id: ed950340285b560cf9937850f6423a6ffac11eed [formerly f6b290c78c5afbe4c56700b47365bcef3e7eb418]
Former-commit-id: db9bf4e89e1bef6c804bce68ae620e1ee62bf5e7
Former-commit-id: ce01622472369fd9e969f7722510cdb3eeb2e071
Former-commit-id: e2bd1e881a1070883b0ea84466e44301f0240cb1
Former-commit-id: 9b1ab1b460e0dfb7e0f141d3993a01924269811a
Former-commit-id: e74ecf811af37979c839b0e46c14bee026e4c753
2018-06-25 22:52:55 +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可以加群反应如果你可以修复这个 bug 使其在你的浏览器上显示正常,欢迎你的 pr。