0.2.2 • Published 1 year ago

v-custom-plugins v0.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

v-custom-plugins

How to use?

#安装
npm install v-custom-plugins

#引入
import VcPlugins from 'v-custom-plugins'

#全局安装
VcPlugins.install(Vue)

components

VcUploadFile

支持上传shp、geojson等空间数据

Attributes

ParamTypeDescriptionDefault
acceptstring支持文件类型.shp,.prj,.json,.txt
onSuccessfunction(result)成功回调
onErrorfunction(result)失败回调

event

NameDescriptionParam
on-success成功触发result
on-error失败触发result

VcSplitPanel

左右分割面板

ParamTypeDescriptionDefault
leftWidthnumber左侧面板宽300
minWidthnumber面板最小宽度200

Customize configuration

See Configuration Reference.

0.2.2

1 year ago

0.2.1

1 year ago

0.1.10

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago