sortablejs-vue3 icon indicating copy to clipboard operation
sortablejs-vue3 copied to clipboard

A thin wrapper around Sortable.js for Vue 3

Results 40 sortablejs-vue3 issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`18.14.2` -> `18.17.14`](https://renovatebot.com/diffs/npm/@types%2fnode/18.14.2/18.17.14) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`2.8.4` -> `3.0.3`](https://renovatebot.com/diffs/npm/prettier/2.8.4/3.0.3) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`4.9.5` -> `5.2.2`](https://renovatebot.com/diffs/npm/typescript/4.9.5/5.2.2) |...

`emit('onMove')` does not have the desirable effect In SortableJs, you are able to cancel a move by returning a value from `onMove()` call. However, because of the way the code...

Hi. I used @vue/cli-service version 4.5.9 and couldn't build project because this lib uses optional-chaining syntax. Babel loader with "@babel/plugin-proposal-optional-chaining" helped me, but I don't need extra loaders so decided...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/create-or-update-comment](https://togithub.com/peter-evans/create-or-update-comment) | action | major | `v2.1.1` -> `v3.0.2` | ---...

I need to access something which is `computed(() => {...})` inside the components i'm drag-and-dropping. there doesn't seem to be any way to get my hands on a list of...

Introduced in #70 that closed #69

Hi, Is it possible to use dynamic items, simular to Vue.Draggable without template #item? https://sortablejs.github.io/Vue.Draggable/#/nested-with-vmodel ![image](https://user-images.githubusercontent.com/346317/227725510-bf17550a-821f-4f06-b851-49bfad361bb6.png) [sortablejs-vue3](https://github.com/MaxLeiter/sortablejs-vue3) - Template Items ![image](https://user-images.githubusercontent.com/346317/227725595-a3ab2d60-fbc2-4762-9379-6e5a81892fc8.png)