RubyGems
npm
Organizations
Log in
Sign up
npm
@afeefa/vue-app
Versions diffs
0.0.197 → 0.0.198
@afeefa/vue-app 0.0.197 → 0.0.198
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/.afeefa/package/release/version.txt
+1
-1
package/package.json
+1
-1
package/src-admin/components/sidebar/InformationBarItem.vue
+1
-0
package/.afeefa/package/release/version.txt
CHANGED
Viewed
@@ -1 +1 @@
1
-
0.0.
197
1
+
0.0.
198
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@afeefa/vue-app",
3
-
"version": "0.0.
197
",
3
+
"version": "0.0.
198
",
4
4
"description": "",
5
5
"author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
"license": "MIT",
package/src-admin/components/sidebar/InformationBarItem.vue
CHANGED
Viewed
@@ -10,6 +10,7 @@
10
10
v-if="icon"
11
11
:color="icon.color"
12
12
size="2rem"
13
+
:title="label"
13
14
@click="derail"
14
15
>
15
16
{{ icon.icon }}