fungsi pemicu vue setelah waktu tertentu

mounted: function () {
  window.setInterval(() => {
    this.getNotifications()
  }, 30000)
}
ericklopezrulz