This commit is contained in:
670788339
2025-11-04 09:02:33 +08:00
parent d087082613
commit b2908ba75e

View File

@@ -7,11 +7,11 @@
filterable filterable
value-key="id" value-key="id"
default-first-option default-first-option
remote
reserve-keyword allow-create
:remote-method="debouncedSearch" :remote-method="debouncedSearch"
:loading="loading" :loading="loading"
:placeholder="'回车创建新标签'"
@remove-tag="handleTagRemove" @remove-tag="handleTagRemove"
@change="handleSelectionChange" @change="handleSelectionChange"