RubyGems
npm
Organizations
Log in
Sign up
npm
@afeefa/vue-app
Versions diffs
0.0.185 → 0.0.187
@afeefa/vue-app 0.0.185 → 0.0.187
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
package/.afeefa/package/release/version.txt
+1
-1
package/package.json
+1
-1
package/src-admin/components/NavigationBar.vue
+4
-0
package/src-admin/components/detail/DetailProperty.vue
+1
-1
package/.afeefa/package/release/version.txt
CHANGED
Viewed
@@ -1 +1 @@
1
-
0.0.
185
1
+
0.0.
187
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@afeefa/vue-app",
3
-
"version": "0.0.
185
",
3
+
"version": "0.0.
187
",
4
4
"description": "",
5
5
"author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
"license": "MIT",
package/src-admin/components/NavigationBar.vue
CHANGED
Viewed
@@ -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
package/src-admin/components/detail/DetailProperty.vue
CHANGED
Viewed
@@ -74,7 +74,7 @@ export default class DetailProperty extends Vue {
74
74
75
75
.content {
76
76
margin-top: .75rem;
77
-
padding-left: 3.
5rem
;
77
+
padding-left: 3.
75rem
;
78
78
}
79
79
}
80
80
</style>