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
    1. Home
    2. Tags
    3. layout drawer
    Log in to post
    • I

      How to link in Click trigger Layout Drawer ?
      Framework • layout drawer router • • Incremental

      4
      0
      Votes
      4
      Posts
      442
      Views

      I

      I created the following Codesandbox where you can see the problem.
      https://codesandbox.io/s/layout-drawer-o21ky?file=/src/layouts/MainLayout.vue

      Regards

    • I

      Home link style in a Layout Drawer
      Framework • css layout drawer q-toolbar-titl • • Incremental

      4
      0
      Votes
      4
      Posts
      691
      Views

      I

      Thanks all, I ended with :

      <router-link to="/" class="text-white text-bold" style="text-decoration: none;" >Title</router-link>