Code Monkey home page Code Monkey logo

Comments (8)

markusnissl avatar markusnissl commented on September 3, 2024 1

I am not a vue expert, therefore no pull request from my side, but I have tested locally following:
I have added to MOVEABLE_PROPS array the target, as props I added target: [HTMLElement], changed the init call of moveable to target: this.target and removed from the template the slot
It seems to work without error in my configuration.

Would be nice, if it works for you as well and you can add the changes.

from vue-moveable.

probil avatar probil commented on September 3, 2024

Hey @daybrush
Thanks for your issue

I guess it's wise to support both versions, e.g.

<vue-moveable :target="document.querySelector(".target")">
   <div class="target"></div>
</vue-moveable>

and

<!-- single target -->
<vue-moveable>
   <div class="target"></div>
</vue-moveable>

<!-- multiple targets -->
<vue-moveable>
   <div class="target"></div>
   <div class="target"></div>
</vue-moveable>

What do you think?

from vue-moveable.

daybrush avatar daybrush commented on September 3, 2024

@probil

is it possible?

<vue-moveable :target="document.querySelector('.target')" />

<div class="target"></div>

from vue-moveable.

probil avatar probil commented on September 3, 2024

right now - no. But I can implement it

from vue-moveable.

probil avatar probil commented on September 3, 2024

@probil

is it possible?

<vue-moveable :target="document.querySelector('.target')" />

<div class="target"></div>

I don't think it's possible in general. Vue will look for document key on the component instance. So such code will throw an error. I guess I would need to pass a selector, e.g.

<vue-moveable target=".target" />

from vue-moveable.

probil avatar probil commented on September 3, 2024

@markusnissl Thanks for your feedback.
Some work regarding that was done in v1.6 I'll try to find some time this weekend to make it work properly

from vue-moveable.

mamsoudi avatar mamsoudi commented on September 3, 2024

Thanks for your great work on this @probil,
But I also find it very useful to add support for groups and also make the API the same as the other libraries. I've had a lot of confusion looking at the examples and just realised that this isn't supported in vue-moveable.
It'd be great if we could have support for groups and not having target passed as slots necessarily! I guess, for now, I would fall back to the vanilla implementation since I need the grouping to work. I am looking forward to having this feature.

from vue-moveable.

JonathanTreffler avatar JonathanTreffler commented on September 3, 2024

Any updates ?

from vue-moveable.

Related Issues (20)

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.