DEV Community

l
l

Posted on

vue3 app.unmount() error

is vue3, app.unmount() error, app.unmount is not a function
let vm: any = createApp(App).use(router).use(store).mount(app);
setTimeout(() => {
vm.unmount()
}, 5000)

Top comments (0)