@afeefa/vue-app 0.0.176 → 0.0.177
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.177
|
package/package.json
CHANGED
@@ -46,14 +46,18 @@
|
|
46
46
|
</template>
|
47
47
|
|
48
48
|
<template #row="{ model, on }">
|
49
|
-
<
|
49
|
+
<div
|
50
50
|
v-if="$has.icon"
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
51
|
+
class="pr-0"
|
52
|
+
>
|
53
|
+
<v-icon
|
54
|
+
:color="model.getIcon().color"
|
55
|
+
size="1.5rem"
|
56
|
+
class="mr-2"
|
57
|
+
v-on="on"
|
58
|
+
v-text="model.getIcon().icon"
|
59
|
+
/>
|
60
|
+
</div>
|
57
61
|
|
58
62
|
<div
|
59
63
|
style="width:100%;"
|
@@ -46,14 +46,18 @@
|
|
46
46
|
</template>
|
47
47
|
|
48
48
|
<template #row="{ model, on }">
|
49
|
-
<
|
49
|
+
<div
|
50
50
|
v-if="$has.icon"
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
51
|
+
class="pr-0"
|
52
|
+
>
|
53
|
+
<v-icon
|
54
|
+
:color="model.getIcon().color"
|
55
|
+
size="1.5rem"
|
56
|
+
class="mr-2"
|
57
|
+
v-on="on"
|
58
|
+
v-text="model.getIcon().icon"
|
59
|
+
/>
|
60
|
+
</div>
|
57
61
|
|
58
62
|
<div
|
59
63
|
style="width:100%;"
|