mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [select-v2] Tags not update when options sync added (#15838)
This commit is contained in:
@@ -806,6 +806,7 @@ const useSelect = (props: ISelectV2Props, emit) => {
|
||||
},
|
||||
{
|
||||
deep: true,
|
||||
flush: 'post',
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user