donmbelembe / vue-dragscroll

A vue directive to make a scrollable element scroll by draging to the scroll direction
https://vue-dragscroll.clebinfosys.com/
MIT License
261 stars 32 forks source link

vue dynamic templates #53

Closed madeas closed 5 years ago

madeas commented 5 years ago
  1. Please tell me, "v-dragscroll.y='true'" does not work for templates in dynamic components? template: `` and (v-dragscroll="{ target: '.pr-container' }") does not work.

  2. When connecting "v-dragscroll.y" property css "scroll-behavior: smooth;" does not work. can this be fixed somehow?

ghost commented 4 years ago

@madeas Can you share the solution for the number 2 ?