fix: tree-select not update when empty
parent
a5779f2d18
commit
a5604bb967
|
@ -41,7 +41,7 @@ export default defineComponent({
|
|||
const memoOptions = useMemo(
|
||||
() => props.options,
|
||||
[() => props.open, () => props.options],
|
||||
(next, prev) => next[0] && prev[1] !== next[1],
|
||||
next => next[0],
|
||||
);
|
||||
|
||||
const valueKeys = computed(() => {
|
||||
|
|
Loading…
Reference in New Issue