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

    QTree 0.15 with router links

    Help
    1
    1
    540
    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.
    • pdwinkel
      pdwinkel last edited by

      How do we get router links working with the QTree in version 0.15 ?
      I tried the following:

                  <q-item slot="header-file" slot-scope="prop"  :to="{name: 'logs', params: {log_id: prop.node.id}}">
                     <q-item-side  icon="insert drive file"/>
                     <q-item-main :label="prop.node.file.pretty_name" :sublabel="prop.node.file.sublabel"/>
                     <q-item-side right :stamp="prop.node.file.name_date"/>
                  </q-item>
      

      The router links work this way, but it does not look that good, and you still have a seperate selection for the node.

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