fix(components): [select-v2] Tags not update when options sync added (#15838)

This commit is contained in:
kooriookami 2024-02-09 22:02:14 +08:00 committed by GitHub
parent 5e3fa20774
commit c6d5bce185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -806,6 +806,7 @@ const useSelect = (props: ISelectV2Props, emit) => {
},
{
deep: true,
flush: 'post',
}
)