1.0.1 • Published 4 years ago
yzl-components v1.0.1
yzl-components
安装
npm install yzl-components --save使用
- main.js中
import yui from 'yzl-components'
Vue.use(yui)- 组件中
<example-component :propArr="propArr"></example-component>npm install yzl-components --saveimport yui from 'yzl-components'
Vue.use(yui)<example-component :propArr="propArr"></example-component>