Update NotificationCard.vue

This commit is contained in:
Daniel Supernault 2019-04-29 20:58:36 -06:00
parent 2a5dbfbe80
commit d543087bc6
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,9 @@
},
mounted() {
this.fetchNotifications();
if(window.outerWidth > 767) {
this.fetchNotifications();
}
},
updated() {