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

    Incorrect initial page load

    Help
    2
    3
    925
    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.
    • E
      Emptyless last edited by Emptyless

      I’m developing an Electron application. It has a folder structure like:

      • Auth
        – Layout
        – Login
      • App
        – Dashboard
        ------- Layout
        – Settings
        ------- Layout

      From /Auth/Login it will go to /App/Settings but the initial page load shows the cards incorrectly:

      incorrect page load

      When I use ctrl + R (page reload) the page looks like:

      correct page load

      The second is exactly how I wish it looks but for some reason a reload is needed every time. Why is that happening?

      edit direct links since image appears not to work:

      • incorrect one: http://imgur.com/iLRKd4w
      • correct one: http://imgur.com/buzI6Ck
      1 Reply Last reply Reply Quote 0
      • a47ae
        a47ae last edited by

        It seems like some styles are not correctly loaded. Do you overwrite some CSS globally (e.g. in a component without scoped)? That would explain this behavior.

        1 Reply Last reply Reply Quote 1
        • E
          Emptyless last edited by

          Ah @a47ae that was it! Thanks very much!

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