Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo authored Apr 23, 2021
1 parent da6b0d6 commit cb846fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ npm install babel-plugin-component -D
```javascript
import Vue from 'vue'
import { ProForm, FormDesigner } from 'element-pro-crud'
Vue.use(FormDesigner)

Vue.use(ProForm)
Vue.use(FormDesigner)
new Vue({
el: '#app',
render: h => h(App)
Expand Down Expand Up @@ -168,4 +169,4 @@ new Vue({

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) 2020-present, BoBoooooo
Copyright (c) 2020-present, BoBoooooo

0 comments on commit cb846fc

Please sign in to comment.