Mostre o tempo atual em tempo real em Vue

setInterval(() => {
  this.getNow();
}, 1000)
Perfect Peccary