Funkcja wyzwalacza Vue po pewnym czasie

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