chore: bump vue@3.0.6 and fix Date prop type (#8215)
This commit is contained in:
@@ -41,7 +41,7 @@ export function mountComponent(RootComponent: Component) {
|
||||
return {
|
||||
instance: app.mount(root),
|
||||
unmount() {
|
||||
app.unmount(root);
|
||||
app.unmount();
|
||||
document.body.removeChild(root);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user