Better-scroll wrapped components can not drag the problem.

in APP pages, several major parts of better-scroll, pages are components that can be loaded dynamically. After being wrapped in wrapper, it is initialized in mounted, giving the height, but cannot be dragged. I don"t know why; sometimes the mouse wheel can be scrolled but can"t be dragged. Ask the mobile god, what is the reason?

Jun.02,2021

add an extra layer of div in wrapper:
`
< div ref= "wrapper" >
< div class= "content" >

< / div >
< / div >
`

Menu