Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -165,12 +165,22 @@
|
|||||||
filled
|
filled
|
||||||
behavior="menu"
|
behavior="menu"
|
||||||
>
|
>
|
||||||
|
<template #selected-item="scope">
|
||||||
|
<q-chip
|
||||||
|
removable
|
||||||
|
dense
|
||||||
|
class="q-mr-xs"
|
||||||
|
@remove="scope.removeAtIndex(scope.index)"
|
||||||
|
>
|
||||||
|
{{ scope.opt.label }}
|
||||||
|
</q-chip>
|
||||||
|
</template>
|
||||||
<template #option="scope">
|
<template #option="scope">
|
||||||
<q-item v-bind="scope.itemProps" clickable>
|
<q-item v-bind="scope.itemProps">
|
||||||
<q-item-section avatar>
|
<q-item-section avatar>
|
||||||
<q-checkbox
|
<q-checkbox
|
||||||
:model-value="scope.selected"
|
:model-value="scope.selected"
|
||||||
@update:model-value="scope.toggleOption(scope.opt)"
|
tabindex="-1"
|
||||||
/>
|
/>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
@@ -214,12 +224,22 @@
|
|||||||
filled
|
filled
|
||||||
behavior="menu"
|
behavior="menu"
|
||||||
>
|
>
|
||||||
|
<template #selected-item="scope">
|
||||||
|
<q-chip
|
||||||
|
removable
|
||||||
|
dense
|
||||||
|
class="q-mr-xs"
|
||||||
|
@remove="scope.removeAtIndex(scope.index)"
|
||||||
|
>
|
||||||
|
{{ scope.opt.label }}
|
||||||
|
</q-chip>
|
||||||
|
</template>
|
||||||
<template #option="scope">
|
<template #option="scope">
|
||||||
<q-item v-bind="scope.itemProps" clickable>
|
<q-item v-bind="scope.itemProps">
|
||||||
<q-item-section avatar>
|
<q-item-section avatar>
|
||||||
<q-checkbox
|
<q-checkbox
|
||||||
:model-value="scope.selected"
|
:model-value="scope.selected"
|
||||||
@update:model-value="scope.toggleOption(scope.opt)"
|
tabindex="-1"
|
||||||
/>
|
/>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
|
|||||||
Reference in New Issue
Block a user