This commit is contained in:
philipp lang 2024-03-17 02:49:35 +01:00
parent b2926dd7ba
commit e7e937e7be
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ function reload() {
reload();
watch(
() => props.value,
(value) => reload()
(value) => reload(),
);
const {back, next, backable, nextable} = useNav(active, v.value.sections.length);