แก้ไข Type
This commit is contained in:
parent
3664bff957
commit
dfefd9d5f9
2 changed files with 9 additions and 5 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue