Giter Club home page Giter Club logo

Comments (5)

cassioscabral avatar cassioscabral commented on June 6, 2024

Vue sends a custom event accessible with $event, although this doesn't seems to be your case. Here is the docs https://vuejs.org/v2/guide/components.html#Form-Input-Components-using-Custom-Events

But I believe Vue stops the propagation when you use the @change-color it's like it stop at the first parent listener for this event.

Are you having problems with the 'change-color' event in other components? Is this event triggering more than one action ?

from vue-color.

yelingfeng avatar yelingfeng commented on June 6, 2024

Because I want to manually shut down the components and do not want onchange directly closed

from vue-color.

cassioscabral avatar cassioscabral commented on June 6, 2024

You can try this:

@change-color.stop="onChange"
https://vuejs.org/v2/guide/events.html#Event-Modifiers

Or again, try to use the $event as I mentioned before.

from vue-color.

yelingfeng avatar yelingfeng commented on June 6, 2024

i try it ,but

javascript
Uncaught TypeError: $event.stopPropagation is not a function

from vue-color.

cassioscabral avatar cassioscabral commented on June 6, 2024

You might need to get this event on the function like @change-color="onChange(value, $event)" or
@change-color="onChange($event)". That's all I can possible guess by looking at the Vue docs. This problem it doesn't seems related with vue-color though, you could try Stack Overflow. Good luck

from vue-color.

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.