forked from verdnatura/salix-front
add icons
This commit is contained in:
parent
baaf6b6c74
commit
7d198a819b
|
@ -154,6 +154,9 @@ async function fetch() {
|
|||
<q-td>{{ props.row.notification.description }}</q-td>
|
||||
<q-td>
|
||||
<q-toggle
|
||||
checked-icon="check"
|
||||
unchecked-icon="close"
|
||||
indeterminate-icon="block"
|
||||
v-model="props.row.subscribed"
|
||||
:value="props.row.subscribed"
|
||||
@input="toggleNotif(props.row)"
|
||||
|
|
Loading…
Reference in New Issue