自定义组件库
#安装
npm install v-custom-plugins --save
#引入
import VcPlugins from 'v-custom-plugins'
#全局安装
VcPlugins.install(Vue)
Param | Type | Description | Default |
---|---|---|---|
accept | string |
支持文件类型 | .shp,.prj,.json,.txt |
onSuccess | function(result) |
成功回调 | |
onError | function(result) |
失败回调 |
Name | Description | Param |
---|---|---|
on-success | 成功触发 | result |
on-error | 失败触发 | result |
Param | Type | Description | Default |
---|---|---|---|
leftWidth | number |
左侧面板宽 | 300 |
minWidth | number |
面板最小宽度 | 200 |
element-ui@^2.15.12