mounted(){
let date = new Date();
this.year = date.getFullYear().toString();
console.log(this.year) //2018
console.log(this) //year
}
ask for help, is it true that data cannot be written in the mounted stage in data modified by nuxt