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-Item Url/Link

    Help
    2
    3
    2682
    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.
    • J
      JJ last edited by

      Is it possible to use Q-Item as "old-style"menu with url links?
      Which property can be set as menuItem.Url?

      <q-list v-for="(menuItem, index) in menuList" :key=“index”> <q-item clickable :active=“menuItem.label === ‘Outbox’” v-ripple> <q-item-section avatar> <q-icon :name=“menuItem.icon” /> </q-item-section> <q-item-section> {{ menuItem.label }} </q-item-section> </q-item> </q-list>

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        The starter-kit shows exactly what you are looking for with the links in the drawer menu.

        https://github.com/quasarframework/quasar-starter-kit/blob/master/template/src/components/EssentialLink.vue

        Scott

        1 Reply Last reply Reply Quote 2
        • J
          JJ last edited by

          It works!
          Thank you

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