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

    left drawer panel in single file component

    Help
    1
    1
    804
    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.
    • M
      MusicForMellons last edited by

      Anyone has a working left drawer panel in a single file component?

      <template>
        <q-layout ref="layout"
                  :left-breakpoint=0>
          <q-scroll-area slot="left" style="width: 80%; height: 100%">
              <left-panel></left-panel>
          </q-scroll-area> 
      etc
      

      My questions:

      1. I do not quite get why I can not include the q-scroll-area into the left-panel component I have…
      2. open/ close will work via vuex…, an example how to do this?
      1 Reply Last reply Reply Quote 0
      • First post
        Last post