Skip to content

vue 拉伸 拖拽 缩放 调整大小 容器组件

Notifications You must be signed in to change notification settings

caixukang/vue-resize-box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

vue-resize-box

局部注册

导入组件: import ResizeBox from 'vue-resize-box'

注册组件:components: {[ResizeBox.name]: ResizeBox}

使用组件:<ResizeBox/>xxx</ResizeBox>

全局注册

下载组件:npm install vue-resize-box

导入组件:import ResizeBox from 'vue-resize-box'

注册组件:Vue.use(ResizeBox)

使用组件:<ResizeBox/>xxx</ResizeBox>

Attributes

| 参数 | 说明 | 类型 | 可选值 | 默认值 |

| min | 最小宽高,单位px | object | width、height | 0,即不限制 |

| max | 最大宽高,单位px | object | width、height | 0,即不限制 |

| move | 移动手柄配置 | object | t、l、r、b、tl、tr、bl、br | true,即全可用 |

| speed | 移动速度倍数配置 | number | >=1 | 2 |

| disabled | 是否禁用 | object | true、false | false |

About

vue 拉伸 拖拽 缩放 调整大小 容器组件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 100.0%