0👍
You missed this
when referencing article
from data. Without it, you are referencing the local variable article
at the moment of its creation:
const article = {
auteur: this.article.auteur,
resume: this.article.resume,
motcles: this.article.motcles,
conference: this.article.conferences
}
- [Vuejs]-How to use v-if to to return true if route ends in number
- [Vuejs]-How to restrict going back to login page after logged in in vue?
Source:stackexchange.com