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

View File

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