route fix
This commit is contained in:
@@ -21,7 +21,7 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
async function handleLeave() {
|
async function handleLeave() {
|
||||||
await store.leaveWhiteboard()
|
await store.leaveWhiteboard()
|
||||||
router.push('/test')
|
router.back()
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user