Skip to content

Commit

Permalink
feat(element): add element style import description (#3188)
Browse files Browse the repository at this point in the history
  • Loading branch information
KKandLL-Forever committed Jun 15, 2022
1 parent 6608ab7 commit 4bca110
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/element/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ $ npm install --save element-ui
$ npm install --save @formily/core @formily/vue @vue/composition-api @formily/element
```

main.js 中添加 element 样式

```javascript
import 'element-ui/lib/theme-chalk/index.css'
```

## 快速开始

<dumi-previewer demoPath="index" :collapsed="false" />

0 comments on commit 4bca110

Please sign in to comment.