Code Monkey home page Code Monkey logo

Comments (4)

rzn1 avatar rzn1 commented on May 30, 2024 1

Forget it, weird but when I used your example I got access to all of that stuff.

from agnostic-draggable.

achwilko avatar achwilko commented on May 30, 2024

Hi @rzn1 I've tried with Vue 3 and it's working good. Find example below:

  const sortable = new Sortable(sortableRef.value, {
    handle: '.my-handle,
    axis: 'y',
  });

  sortable.on('sortable:update', (ev) => {
    // Do the magic... 
  });

Also, try to use template refs (https://v3.vuejs.org/guide/composition-api-template-refs.html) to avoid document.querySelector regarding element reference.

from agnostic-draggable.

rzn1 avatar rzn1 commented on May 30, 2024

Hmm, i kinda resolved that issue. Anyways i have another question. Why i can't access any data or methods from inside of droppable event ?

Examples:
Trying to access a method : https://gyazo.com/b63f6c44f42bc76c4b38d497a84ee7ad
Method: https://gyazo.com/758b4bb95b1db43b600083fcfdc60485
Error: https://gyazo.com/fd1752e7e505b561d3f49acb2933fbf3

Same thing happens if i try to access data also.

from agnostic-draggable.

marcospont avatar marcospont commented on May 30, 2024

@rzn1 were you able to make it work? In your code, it seems you were referencing 'this' from inside a scope that does not have access to it.

from agnostic-draggable.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.