Package Exports
- fx67ll-vue-ui
- fx67ll-vue-ui/lib/fx67ll-vue-ui.umd.min.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fx67ll-vue-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
fx67llVueUI
practice vue components like elementui & do sth different ez to use
===========================================================================
#### 注意!!! 0.2.2
版本之前不支持一次注册使用多个组件!!!
#### 注意!!!组件简介在 0.3.0
版本之后不再更新,请访问 组件官方文档 阅读使用详情
使用步骤
npm install fx67ll-vue-ui --save
- 在
main.js
中注册组件
import fx67llVueUI from 'fx67ll-vue-ui'
Vue.use(fx67llVueUI)
- 在vue页面中导入使用