vue-drag-resize icon indicating copy to clipboard operation
vue-drag-resize copied to clipboard

Vue2 && Vue3 Component for resize and drag elements

Results 108 vue-drag-resize issues
Sort by recently updated
recently updated
newest added

在vue3.0项目中安装此组件,貌似用不起呢

设置了 drag-handle 后,控制台报 this._uid is undefined 错误。 定位到源代码是: `if (this.dragHandle && target.getAttribute('data-drag-handle') !== this._uid.toString()) { return; }` can't access _uid in vue3

Bumps [file-type](https://github.com/sindresorhus/file-type) from 6.2.0 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 v16.5.3 Upgrade dependencies...

dependencies

在data中设置数据 ``` copydata:[ { vw: 320, vh: 24, top: 45, left: 216, color: '#000', fontSize: 24, content: '文案内容1', }, { vw: 300, vh: 24, top: 259, left: 25, color: '#000',...

![image](https://user-images.githubusercontent.com/17694154/169733497-987f8adc-e841-4344-beba-4c1e78394bda.png) 第一次删除其中一个块,页面布局正常。删除第二个块,页面元素就错乱了。如图所示,重叠,错位等

如果设置parentLimitation为false,页面就会卡死。如果为true,就正常

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.1 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

when i init component write setup function cause error? ![image](https://user-images.githubusercontent.com/52643522/132839692-ab607423-5277-4aee-9b12-56bb9609ac6e.png)

版本: "vue-drag-resize": "^1.5.4", ```html Hello World! {{ top }} х {{ left }} {{ width }} х {{ height }} ``` 同时更新,发现只有left有效,其他三个无效 ```js test() { this.width += 10; this.height +=...