fix: cascader panel expanded state revert (#1871) (#2298)

This commit is contained in:
msidolphin
2021-06-24 14:38:21 +08:00
committed by GitHub
parent cd11befc9e
commit a57727bfa4

View File

@@ -294,7 +294,7 @@ export default defineComponent({
}))
watch(
[ config, () => props.options ],
() => props.options,
initStore,
{ deep: true, immediate: true },
)