v-drag
v-drag copied to clipboard
The simplest way to integrate dragging on Vue.js
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.12 to 2.9.13. Changelog Sourced from vite's changelog. 2.9.13 (2022-06-27) fix: /@fs/ dir traversal with escaped chars (fixes #8498) (#8805) (e109d64), closes #8498 #8805 fix(wasm): support decoding...
Hi, Just wondering if it's possible to dynamically disable v-drag? The use-case is a component, which has a `draggable` prop which either enables or disables v-drag on the component. I...
Is there a way to restrict the draggable area, to a specific div?
Hi @nil , thanks for making `v-drag`, and for sharing it on github! :) I'm using it to drag some SVG rectangles around. This was my first attempt: ```html ```...
@v-drag-start event doesn't work. @v-drag-down works instead. Probably a bug in documentation or in file dragStart.js vueDragEvent(moveElement, 'down');
I would like to have a prop to snap the v-drag element on the screen border, so people can't move the element out of the screen.
Is it possible to import directive to individual component in the way shown below? `import ??? from "v-drag";` `export default defineComponent({` ` directives:{???},` `})` The use case are nested components...
New repo
It seems like this repo is dead. Ive forked this repo and merged the changes https://github.com/nil/v-drag/pull/45 into it yo yall can use them. Repo link: https://github.com/oakyydev/v-drag
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
With this change you now have the possibility to switch the dragging. If the value is set to true, you can drag as usual, if it is set to false,...