docs: 优化文档

This commit is contained in:
xieyonghong 2023-04-23 14:12:49 +08:00
parent 1e37450614
commit 84553884b2
1 changed files with 10 additions and 1 deletions

View File

@ -24,7 +24,16 @@ yarn add jetlinks-ui-components@latest
yarn dev:force yarn dev:force
``` ```
## Node
* node >= 18.14.0
## 浏览器兼容
* Chrome >= 100
* Firefox >= 100
* Edge >= 100
不支持IE
### 备注 ### 备注
项目在开发模式下,首页加载慢属于正常现象; * 项目在开发模式下,首页加载慢属于正常现象;
* 打开F12后页面卡顿是`vuetools`引起,[https://github.com/vuejs/devtools/issues/1987](https://github.com/vuejs/devtools/issues/1987)