mounted(){ let date = new Date(); this.year = date.getFullYear().toString(); console.log(this.year) //2018
console.log(this) //打开之后在year为空 请看截图
}求助,是不是在nuxt修改data里数据 不能在mounted阶段写呢
- 1 回答
- 0 关注
- 1613 浏览
添加回答
举报
0/150
提交
取消