in the data function I have created tomorrow variable with the date of today then I have set it by appenden 1 day to it but I'm getting this error
data(){
return{
tomorrow: new Date(),
tomorrow.setDate(tomorrow.getDate() + 1),
};
},
error Parsing error: Unexpected token .