@afeefa/vue-app 0.0.185 → 0.0.186

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- 0.0.185
1
+ 0.0.186
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.185",
3
+ "version": "0.0.186",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -136,6 +136,10 @@ export default class NavigationBar extends Vue {
136
136
  }
137
137
  return null
138
138
  }
139
+
140
+ logout () {
141
+ this.$auth.logout()
142
+ }
139
143
  }
140
144
  </script>
141
145