vue-drag-resize
vue-drag-resize copied to clipboard
Vue2 && Vue3 Component for resize and drag elements
Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.1 to 1.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I've been having issues in our app causing runtime errors when resizing window, even whole browser freezing. I briefly checked the code and quite don't understand how you supposed to...
:x="x" :y="y" 这样绑定之后,修改x和y会出现各种找不到规律的问题。一般是修改y没有反应,或者修改x的时候会出现乱套,我明明改x=720,打log看了,但实际上得到的坐标却是1536,有时候改y又有反应了…………总之很乱,根本找不出个问题的规律。这是什么情况?
Change the get parent element size attribute from clientwidth and clientheight to scrollwidth and scrollheight
The mobile end cannot scale with two fingers
This PR is to fix the case where target might be `undefined` and calling `getAttribute` function will throw error into user browser console
Hello I am having a checkbox inside the vue-dragable-resizable element, but the click events on this checkbox do not work on mobile (select, unselect) I have tried to add touchstart...
在vue-drag-resize 中放置input类型的组件,点击该组件区域,无法触发focus,请问下有没有什么办法解决;
 I tried with `` tag - didn't work Also tried `Vue.extend(VueDragResize)` - dint work Following line causes issue ``` import VueDragResize from 'vue-drag-resize' ```
Hello! I'm not sure if my code is bad or if this is a bug, so could you please help me? I'm trying to create a bar that can only...