แก้ไข Type

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-22 17:17:15 +07:00
parent 3664bff957
commit dfefd9d5f9
2 changed files with 9 additions and 5 deletions

View file

@ -240,7 +240,7 @@ const props = defineProps({
// const next = () => props.next();
const previous = () => props.previous();
const onchangePage = (val: any) => {
const onchangePage = () => {
if (vuePDFRef !== null) {
vuePDFRef.value.reload();
}