Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Tags
    3. swipe
    Log in to post
    • J

      Too difficult to open the Drawer with swipe
      Framework • drawer swipe • • jvmonjo

      4
      0
      Votes
      4
      Posts
      1111
      Views

      J

      Amazing. Thank you guys

    • B

      v-touch-swipe error
      Help • directive swipe touch • • boriscy

      4
      1
      Votes
      4
      Posts
      2357
      Views

      B

      Found the answer, I just have to:

      import { TouchSwipe } from 'quasar' ... directives: { TouchSwipe } ...

      and now I can use

      <div v-touch-swipe="method"></div>