ปรับ layout

This commit is contained in:
setthawutttty 2024-11-13 14:21:07 +07:00
parent 0ca19ae6de
commit 240bb09456
3 changed files with 6 additions and 2 deletions

View file

@ -80,7 +80,7 @@ onMounted(async () => {
text.value = await res.text();
found.value = true;
chapter.value = +match[1] - 1;
chapter.value = +match[1];
parsed.value = md.parse(text.value, {});
}
}