-
-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FlipRight click event not working #115
Comments
@cvrppradeep hi, |
i am getting same issue |
@itr-tayyababbas hi, |
ok might be its server side rendering so you don't face any issue regarding it |
{{
$t("iu.lesson.ebookPage", {
currentPage: flipbook.page,
totalPages: flipbook.numPages ? flipbook.numPages : "∞",
})
}}
but you can utilize it for event handling because its working in my code just an console error occurs |
@ts1 @MaikoTan @siderisng @vivekKodira
In Vue 3 live server flip right click event not working.but in local it's working fine..
Can you help me to find out what is the issue.
please check this url - https://codesandbox.io/p/devbox/great-resonance-fgn7v9
The text was updated successfully, but these errors were encountered: