Coder Social home page Coder Social logo

Comments (3)

jaredmcateer avatar jaredmcateer commented on August 20, 2024

Any update to the v-props (or v-props-<named-prop>) directive in your angular template should trigger an update cycle in your vue component.

Please have a look at the caveats readme for any gothcas that you might be encountering. https://github.com/ngVue/ngVue/blob/master/docs/caveats.md

from ngvue.

rajeshshou avatar rajeshshou commented on August 20, 2024

I want to re render the whole component again and force a replacement of the component rather than trigger an update cycle.

https://vuejs.org/api/built-in-special-attributes.html#key:~:text=It%20can%20also%20be%20used%20to%20force%20replacement%20of%20an%20element/component%20instead%20of%20reusing%20it.

The key attribute generally does this in vuejs already. So I'm looking to add an key attribute on the vue component but I'm not able to add it to component as ngVue doesn't allow me to add special attributes on vue component. The HTML attributes are being passed to component.

from ngvue.

jaredmcateer avatar jaredmcateer commented on August 20, 2024

Ah yea ngVue doesn't support this behaviour. If you need to use a loop ngRepeat's tracking should rerender it. If you're not using a loop you'll need to do something to force recompile the directive (e.g., using an ngIf). A somewhat more inefficient approach you could wrap the component with one that takes the key as a prop and sets the :key on your target component.

I would gladly accept a PR if you want to add this functionality into ngVue.

from ngvue.

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.