fix(components): allow clear in findUser component

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2024-01-04 17:05:29 -05:00
parent a2b627cd11
commit 84c994448a
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -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" />