fix(tree): undefined parent cause error on SSR (#2942)

This commit is contained in:
qiang 2021-08-16 09:52:16 +08:00 committed by GitHub
parent 54453257a2
commit f03b12bdf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,7 +253,6 @@ export default defineComponent({
oldChecked,
oldIndeterminate,
emitter,
parent,
getNodeKey,
handleSelectChange,
handleClick,