Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. aslam
    3. Posts
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    Posts made by aslam

    • QSideLink not working

      Hello.vue file in a quasar-cli generated application has the following comment for left drawer:
      <!–
      Use <q-side-link> component
      instead of <q-item> for
      internal vue-router navigation
      –>
      But, q-side-link is not working for me. I placed the following in the q-list:
      <q-side-link item to="/all">
      <q-item-main label=“All” />
      </q-side-link>
      and imported QSideLink in script section.

      Then I get a lint warning that ‘‘QSideLink’ is defined but never used’ and the loaded html page in browser continue to have q-side-link in it, and is not replaced by a div.

      There are no search results in Quasar github repository for QSideLink or q-side-link.
      The documentation page is this: http://quasar-framework.org/components/layout-side-links.html

      Please help.

      posted in Framework
      A
      aslam