diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-01-06 18:31:34 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-01-06 18:31:34 +0200 |
| commit | a4e3cccf1cba238e5bfd96ea8c60f0d12bc6b7aa (patch) | |
| tree | 14ea5a3d4f845448c4bb764fa035bc85d38ff123 /src/components/notification/notification.js | |
| parent | ab2c2c66bfe96571d14cff4b8c69fe0c90d5a3c7 (diff) | |
somewhat workign version still with fixture
Diffstat (limited to 'src/components/notification/notification.js')
| -rw-r--r-- | src/components/notification/notification.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index 4aa9affd..a920bb3e 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -76,6 +76,9 @@ const Notification = { this.$store.dispatch('dismissNotificationLocal', { id: this.notification.id }) this.$store.dispatch('removeFollowRequest', this.user) }) + }, + testlog (a) { + console.log(a) } }, computed: { |
