Commit 2b8ecd9b authored by qingwei.li's avatar qingwei.li

doc: update quickstart

parent e75f83c8
......@@ -15,6 +15,7 @@ $ npm install element-ui@next -S
```javascript
import Vue from 'vue'
import Element from 'element-ui'
import 'element-ui/lib/theme-default/index.css'
Vue.use(Element)
```
......@@ -42,8 +43,8 @@ import 'element-ui/lib/theme-default/select.css';
import Button from 'element-ui/lib/button';
import 'element-ui/lib/theme-default/button.css';
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
Vue.component(Select.name, Select);
Vue.component(Button.name, Button);
```
### babel-plugin-component
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment