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

    Layout reveal not working after upgrading to 0.15

    Help
    3
    4
    900
    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.
    • R
      rusia last edited by

      It doesn’t work. Anybody else encountered this?

      1 Reply Last reply Reply Quote 0
      • cheebhodh
        cheebhodh last edited by

        You can use reveal on Layout header or Layout footer

        <!-- layout.vue -->
        <q-layout-header reveal>
        <q-toolbar :inverted="$q.theme === ‘ios’">
        …
        </q-toolbar>

        <nav-tabs v-if="$q.theme === ‘mat’" />
        </q-layout-header>

        <q-layout-footer reveal v-if="$q.theme === ‘ios’">
        <nav-tabs />
        </q-layout-footer>

        1 Reply Last reply Reply Quote 1
        • benoitranque
          benoitranque last edited by

          @rusia what does “It doesn’t work.” mean? What have you tried? What does your code look like? Have you read the docs?

          R 1 Reply Last reply Reply Quote 0
          • R
            rusia @benoitranque last edited by

            @benoitranque I used it in QLayout like in 0.14 and it didn’t work. I didn’t notice that in 0.15 the reveal property moved to QLayoutHeader/QLayoutFooter as @cheebhodh mentioned. Now it works. Thanks @cheebhodh !

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