update: root directory auto navigate to '/notes'

main
TZGyn 3 years ago
parent ea1e8dc565
commit fec26dc30a

@ -21,4 +21,8 @@
}
}
);
onMounted(() => {
navigateTo('/notes');
});
</script>

Loading…
Cancel
Save