Skip to content

Tag: vue.js

How to make an array of objects from object array in vueJs?

I have an Object array which is following But, I need to show email: Email muss eine ….. phone: Telefonnummer ist … How can I do this in javascript? Actually I need to use this in VueJs. Answer From the screenshot you are receiving this from props so we can do this in the template: If you would li…

Not understanding payload in update action

I am having trouble understanding in how will the payload look in the first action. Why in the first one there is { } and … , what does that give? How do I pass data into it, when I call it from a component? In the second one, i would just pass an object, but I don’t get the