How to use q-pdfviewer in quasar v2 #118
Answered
by
hawkeye64
blalmal10a
asked this question in
Q&A
-
My quasar project doesnt recognize the component. So i installed this repository and found that @quasar/app is required for the extension to work. But i cannot use the @quasar/app in my quasar v2. Please help me solve this problem. Thank you in advance.. |
Beta Was this translation helpful? Give feedback.
Answered by
hawkeye64
Apr 15, 2022
Replies: 1 comment
-
For Quasar v2/Vue v3, install it this way:
Notice the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
blalmal10a
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For Quasar v2/Vue v3, install it this way:
quasar ext add @quasar/qpdfviewer@next
Notice the
next
on the end, otherwise, you will get the Quasar v1 compatible version.