Skip to content

Commit 990b7b9

Browse files
committed
fix: unmount takes no argument since vue-next v3.0.6
1 parent 6099181 commit 990b7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vueWrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export class VueWrapper<T extends ComponentPublicInstance>
234234
)
235235
}
236236

237-
this.__app.unmount(this.parentElement)
237+
this.__app.unmount()
238238
}
239239
}
240240

0 commit comments

Comments
 (0)