mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 19:28:14 +08:00
fix(components): [select-v2] Tags not update when options sync added (#15838)
This commit is contained in:
parent
5e3fa20774
commit
c6d5bce185
@ -806,6 +806,7 @@ const useSelect = (props: ISelectV2Props, emit) => {
|
||||
},
|
||||
{
|
||||
deep: true,
|
||||
flush: 'post',
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user