If there is any options for preview sidebar? #122
Unanswered
hrynevychroman
asked this question in
Q&A
Replies: 1 comment
-
This code works for me: <div class="column items-center" v-for="i in numPages" :key="i">
<div
:class="{
'pdf-container-selected': currentPage === i,
'pdf-container': currentPage !== i,
}"
>
<VuePDF :pdf="src" :page="i" fit-parent />
</div>
<div class="q-mt-xs">{{ i }}</div>
</div>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I access the custom preview sidebar with this package? Maybe someone achieved this 🤔
Beta Was this translation helpful? Give feedback.
All reactions