Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 266 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 266 Bytes

fpl-iview

基于iview 封装的一些公用组件

Using npm:

npm install iview --save
npm install fpl-iview --save

在代码中使用

import iview from 'iview';
import 'iview/dist/styles/iview.css'
import 'fpl-iview';

Vue.use(iview)