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)
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)