@afeefa/vue-app 0.0.233 → 0.0.234
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.
|
1
|
+
0.0.234
|
package/package.json
CHANGED
@@ -39,7 +39,7 @@
|
|
39
39
|
pa-6
|
40
40
|
pb-8
|
41
41
|
>
|
42
|
-
<div class="d-flex align-center gap-
|
42
|
+
<div class="d-flex align-center gap-4">
|
43
43
|
<v-avatar
|
44
44
|
color="primary white--text"
|
45
45
|
size="40"
|
@@ -50,9 +50,13 @@
|
|
50
50
|
<div>
|
51
51
|
<div class="accountName">
|
52
52
|
{{ account.first_name }}
|
53
|
-
|
54
|
-
|
55
|
-
|
53
|
+
|
54
|
+
<div
|
55
|
+
v-if="$auth.roles[0]"
|
56
|
+
class="grey--text text-body-2 mb-1"
|
57
|
+
>
|
58
|
+
{{ $auth.roles[0].title }}
|
59
|
+
</div>
|
56
60
|
</div>
|
57
61
|
|
58
62
|
<div class="body-2 d-flex align-center">
|