We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c7638 commit e0bb1f4Copy full SHA for e0bb1f4
web/src/components/TaskParamsForm.vue
@@ -31,8 +31,8 @@
31
outlined
32
dense
33
>
34
- <template v-slot:selection="{ item, index }" v-if="v.type === 'select'">
35
- <v-chip small close @click:close="removeSelectedItem(v.name, index)"
+ <template v-slot:selection="{ item, index }">
+ <v-chip v-if="v.type === 'select'" small close @click:close="removeSelectedItem(v.name, index)"
36
>{{ item.name || item }}
37
</v-chip>
38
</template>
0 commit comments