0👍
https://v2.vuejs.org/v2/guide/events.html
You can access props directly by name:
@change="changeLEC(crisis)"
or this.crisis
inside changeLEC
, which should be provided to your component as part of the methods:
property of your component object.
- [Vuejs]-The 'Access-Control-Allow-Origin' header has a value that is not equal to the supplied origin error
- [Vuejs]-How to edit my store so it can take all of my inputs in array to my state?
Source:stackexchange.com