0👍
Since you are using moment you can try:
const today = new Date();
this.hoy = moment(today).format('YYYY-M-D')
- [Vuejs]-How to go to an URL , search fro an specific class in the boddy and copy its "src"?
- [Vuejs]-Vue – Create New Project failing
Source:stackexchange.com