Giter Club home page Giter Club logo

vue-drag-drop-demo's People

Contributors

cameronhimself avatar nateritter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

vue-drag-drop-demo's Issues

Use drop and drag elements on both directions

Thanks for great library-)

I want use my drop and drag elements in both directions, such as I can move drag-element on drop-element and reverse: drop-element on drag-element.

Is it possible?
/ Thanks

transferData or transfer-data?

The transferData property did not work for me. I checked the demo files and found the property like this: transfer-data. That way (trasnfer-date) worked for me. What is the difference between transferData and transfer-date?

How to trigger dragover event when only use drop component

I develop a file upload with drop feature.

I see the docs the dragover event when a drag component is over the drop componet.

In my case, i only use a drop component because i receive the file from the user. But i can't apply styles when the user has a file over the drop component.

<template>
    <drop @drop="handleDrop" @dragover="over = true"></drop>
</template>

<script>
  export default {
    data () {
      return {
        over: false
      }
    },

    methods: {
        handleDrop () {
            //
        }
    }
 
  }
</script>

The over data only change when i drop the file, not when is over.

How can i do this behaivor?

Exclusive groups + cursor effects

Exclusive groups has to be implemented manually, but cursor effects works automatically. Is it possible to combine the 2?

Thanks!

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.