chore: bump vue@3.0.6 and fix Date prop type (#8215)

This commit is contained in:
neverland
2021-02-25 10:35:03 +08:00
committed by GitHub
parent c054164ba6
commit 70a598cf5a
6 changed files with 126 additions and 234 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export function mountComponent(RootComponent: Component) {
return {
instance: app.mount(root),
unmount() {
app.unmount(root);
app.unmount();
document.body.removeChild(root);
},
};