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. kangu
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Groups 0

    kangu

    @kangu

    0
    Reputation
    150
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    kangu Follow

    Latest posts made by kangu

    • RE: How to manage SEO when prerendering with Quasar ?

      I worked through a similar issue with vue-meta which didn’t fill in the values for the head tags that were ready by PhantomJS.

      Turned out it was a problem with data availability, I am reading the values through a vuex state with an action dispatch on the components, and although things look ok on normal testing, on a first direct entry to a given route (like the prerenderer does), the data would initially not be there. I changed to having a beforeEnter navigation guard that resolves the data promise and then renders the component and suddenly vue-meta started working properly.

      Not sure this also applies to you, just thought I’d share it.

      posted in Help
      K
      kangu