Timeline for answer to vuejs update parent data from child component by Saurabh
Current License: CC BY-SA 4.0
Post Revisions
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 15, 2022 at 19:39 | history | edited | tony19 | CC BY-SA 4.0 |
updated docs link
|
| Feb 7, 2020 at 16:35 | comment | added | jmk2142 | In this example, shouldn't we have a event listener defined in the root component? Something like: ``` mounted() { this.on('increment', () => { this.incrementTotal(); }); } ``` | |
| Apr 10, 2018 at 14:01 | comment | added | Hamzaouiii | what if the function ´increment´was in the parent component and I wanted to trigger it from the child component? | |
| S Mar 31, 2018 at 23:34 | history | edited | Jason Aller | CC BY-SA 3.0 |
spelling
|
| Mar 31, 2018 at 21:49 | review | Suggested edits | |||
| S Mar 31, 2018 at 23:34 | |||||
| S Jan 31, 2018 at 16:50 | history | suggested | Toodoo | CC BY-SA 3.0 |
Edited link to proper section : Using-v-on-with-Custom-Events
|
| Jan 31, 2018 at 16:24 | review | Suggested edits | |||
| S Jan 31, 2018 at 16:50 | |||||
| Dec 1, 2016 at 16:45 | history | edited | Saurabh | CC BY-SA 3.0 |
added 1035 characters in body
|
| Dec 1, 2016 at 16:38 | history | answered | Saurabh | CC BY-SA 3.0 |