vue-moveable icon indicating copy to clipboard operation
vue-moveable copied to clipboard

โ†”๏ธ โ†•๏ธ ๐Ÿ”„ Vue.js wrapper for Moveable

Results 46 vue-moveable issues
Sort by recently updated
recently updated
newest added

Hey, looking to implement a custom control on Moveable elements as shown here: https://daybrush.com/moveable/storybook/?path=/story/make-custom-able--editable-with-buttons However I've not been able to work out how to do this with the Vue-moveable wrapper....

How to import vue-moveable using CDN ๏ผŸ๏ผŸ๏ผŸ๏ผŸ I need your help๏ผ๏ผ

I'm looking for the Vue version of the basic resizable example from the Moveable storybook (https://daybrush.com/moveable/storybook/?path=/story/basic--resizable), that only moves the corner/edge you drag when resizing and keeping the opposite corner/edge...

I am using the new CLI version 3. essential using one of the examples in the website but still can't make it work. ``` runtime-core.esm-bundler.js?5c40:217 Uncaught TypeError: Cannot read property...

To use this library with Nuxt and typescript I need to add this code into my nuxt.config.js. ```javascript global.HTMLElement = typeof window === 'undefined' ? Object : window.HTMLElement; global.SVGElement =...

The target attribute is set to an empty array, an error occurs in the console

Based on the Moveable documentation (found here: https://github.com/daybrush/moveable/blob/0.13.4/handbook/handbook.md#toc-group), you can create a group of moveable elements by passing an array to the `target` property. However, doing so in vue-moveable after...

bug ๐Ÿ›

How to manage the switching of multiple moving objects