npm i jzw-ui --save
main.js中引入
import jzw from 'jzw-ui'
Vue.use(jzw)
import 'jzw-ui/src/cu-plugin/style/index.css'
上传组件

jzw-upload v-model="filesList"
props:
multiple,disabled,resultType,maxCount
event:
@delete
callback:
beforeUpload,afterUpload 返回上传得file
toast组件
this.$toast({msg:''})