提交 0f84cfe0 编写于 作者: D dolymood

modularized usage demo

上级 90ad7baf
......@@ -29,7 +29,12 @@ Vue.use(Cube)
```js
import Vue from 'vue'
import { Button, ActionSheet } from 'cube-ui'
import {
/* eslint-disable no-unused-vars */
Style,
Button,
ActionSheet
} from 'cube-ui'
Vue.use(Button)
Vue.use(ActionSheet)
......
......@@ -29,7 +29,12 @@ Vue.use(Cube)
```js
import Vue from 'vue'
import { Button, ActionSheet } from 'cube-ui'
import {
/* eslint-disable no-unused-vars */
Style,
Button,
ActionSheet
} from 'cube-ui'
Vue.use(Button)
Vue.use(ActionSheet)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册