feat: update to new slot syntax
Prepare for vue 3
This commit is contained in:
parent
77f8b27dc6
commit
4454e6cf22
18 changed files with 104 additions and 106 deletions
|
|
@ -16,7 +16,7 @@
|
|||
v-model="assignees"
|
||||
ref="multiselect"
|
||||
>
|
||||
<template v-slot:tag="props">
|
||||
<template #tag="props">
|
||||
<span class="assignee">
|
||||
<user :avatar-size="32" :show-username="false" :user="props.item"/>
|
||||
<a @click="removeAssignee(props.item)" class="remove-assignee" v-if="!disabled">
|
||||
|
|
|
|||
Reference in a new issue