@ting-xing/vue3-draggable-resizable
TypeScript icon, indicating that this package has built-in type declarations

1.7.0 • Public • Published

Vue3DraggableResizable

本项目属于 https://github.com/a7650/vue3-draggable-resizable 下游项目。

额外特性

  • 减少打包后体积 🤏
  • 可在 Nuxt 里使用 🆕
  • 支持 ESM 🆕

新参数

新增 parentScaleX 和 parentScaleY 属性,将css的比例绑定上去可兼容缩放问题。

https://github.com/a7650/vue3-draggable-resizable/issues/74

.parent{
  transform: scaleX(2) scaleY(3);
}
<div class="parent">
  <Vue3DraggableResizable :parent-scale-x="2" :parent-scale-y="3"></Vue3DraggableResizable>  
</div>
动态参考线

adsorbColsadsorbRows 参数支持 Ref 类型值

const adsorb = ref([10,20,30])
<Vue3DraggableResizable :adsorbCols="adsorb" :adsorbRows="adsorb"></Vue3DraggableResizable>

Package Sidebar

Install

npm i @ting-xing/vue3-draggable-resizable

Weekly Downloads

4

Version

1.7.0

License

MIT

Unpacked Size

43.8 kB

Total Files

13

Last publish

Collaborators

  • ting-xing