☙◦ The Tablet ❀ GamerGirlandCo ◦❧
4826bb7436
this will redirect to the first chapter, per default behaviour
6 lines
114 B
Vue
6 lines
114 B
Vue
<script lang="ts" setup>
|
|
const r = useRoute();
|
|
await navigateTo(`${r.path}/1`);
|
|
</script>
|
|
<template></template>
|