No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    q-tab used to open drawer

    Help
    2
    3
    1238
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      packy last edited by

      can a q-tab used to open drawer like <q-tab @click="$refs.drawer.open()" class="hide-on-drawer-visible">More</q-tab> ? Does not seem to work.

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        Tab is a Vue component, so you need the .native modifier on @click like this: @click.native. Please read more about Vue 2.0 event handling.

        1 Reply Last reply Reply Quote 0
        • P
          packy last edited by

          @rstoenescu Sorry, dumb oversight. Thanks!

          1 Reply Last reply Reply Quote 1
          • First post
            Last post