```java
methods: {
isDate(){
var data =new Date('2021-01-01');
console.log(data.getMonth());
}
},
mounted(){
this.isDate()
}

你打印错了 。你直接在浏览器里 打印 试试