Lint
This commit is contained in:
parent
b2926dd7ba
commit
e7e937e7be
|
@ -256,7 +256,7 @@ function reload() {
|
||||||
reload();
|
reload();
|
||||||
watch(
|
watch(
|
||||||
() => props.value,
|
() => props.value,
|
||||||
(value) => reload()
|
(value) => reload(),
|
||||||
);
|
);
|
||||||
|
|
||||||
const {back, next, backable, nextable} = useNav(active, v.value.sections.length);
|
const {back, next, backable, nextable} = useNav(active, v.value.sections.length);
|
||||||
|
|
Loading…
Reference in New Issue