0👍
Your property id
in the data does not exist.
You can pass to function as argument all data like showArticle(data)
, and check all properties in function; for example:
function showArticle(data) { console.log(data) }
- [Vuejs]-Vuex problems, important project, MapActions,MapGetters
- [Vuejs]-Vue-smart-route with vuetify
Source:stackexchange.com