fix(components): allow clear in findUser component
This commit is contained in:
parent
a2b627cd11
commit
84c994448a
@ -66,6 +66,7 @@
|
|||||||
:mode="multi ? 'multiple' : undefined"
|
:mode="multi ? 'multiple' : undefined"
|
||||||
:options="state.data"
|
:options="state.data"
|
||||||
v-model:value="value"
|
v-model:value="value"
|
||||||
|
:allow-clear="true"
|
||||||
>
|
>
|
||||||
<template v-if="state.fetching" #notFoundContent>
|
<template v-if="state.fetching" #notFoundContent>
|
||||||
<a-spin size="small" />
|
<a-spin size="small" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user