Added Button.

Stats
This commit is contained in:
Surya Paolo
2022-12-14 13:13:28 +01:00
parent 97b0a72bb0
commit bd0eab53ae
64 changed files with 321 additions and 136 deletions

View File

@@ -47,7 +47,7 @@
dense
@remove="scope.removeAtIndex(scope.index)"
v-if="checkIfShowRec(scope.opt)"
color="white"
:color="$q.dark.isActive ? `black` : `white`"
text-color="mycol"
class="q-my-none q-ml-xs q-mr-none"
>
@@ -149,7 +149,7 @@
dense
@remove="scope.removeAtIndex(scope.index)"
v-if="checkIfShowRec(scope.opt)"
color="white"
:color="$q.dark.isActive ? `black` : `white`"
class="q-my-none q-ml-xs q-mr-none"
>
<q-avatar color="primary" text-color="white" :icon="scope.opt.icon ? scope.opt.icon : ''" size="12px"/>