eastinfo app ui framework
npm install ei-appui
npm install ei-appui
`
#### 使用 ei-appui
在
script 中引用组件:- 按需引用
`javascript
import eiTest from 'ei-appui/lib/ei-test' //也可使用此方式引入组件
export default {
components: {eiTest}
}
`
在 template 中使用组件:
`html
``
#### 版本控制
##### 1.0.10 版本