daybrush / infinite-viewer

Infinite Viewer is Document Viewer Component with infinite scrolling.
https://daybrush.com/infinite-viewer/
MIT License
296 stars 32 forks source link

Question: How to use VueInfiniteViewer in Vue 2.x ? #20

Open chenp1204 opened 2 years ago

chenp1204 commented 2 years ago

Hi, @daybrush When i use VueInfiniteViewer component in Vue 2.6 according by your demo, appera these warn in console. image

image

and the scrollbar is not visable, scrollbar position is bottom and right, but scrollbar tick is not show image

My vue version is Vue 2.6.13, vue-infinite-viewer version is 0.12.1 Can you give me a help? Thank you

daybrush commented 2 years ago

@chenp1204

I'll fix that warnings. Thank you :)

what color is your background color?

Maybe it's the same color as the thumb? If not, can you inspect scroll thumb?

chenp1204 commented 2 years ago

Hi,@daybrush I am now making a canvas for a visual platform. I have found your excellent work and I am learning it now, so could you please provide an example of using Guides, Infinite Viewer, Selecto, Ruler, Moveable in Vue2 project? Thank you very much