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. raugustos
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    raugustos

    @raugustos

    0
    Reputation
    231
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    raugustos Follow

    Latest posts made by raugustos

    • RE: v0.15 news

      Thank you!

      posted in Announcements
      R
      raugustos
    • Nuxt start kit rc11

      Problem

      Nuxt start kit has a problem to render the slot components.

      Reason

      Quasar 0.15 use the injection with default value in the components and according to vue documention:

      In 2.5.0+ injections can be optional with default value:

      And nuxt rc11 use vue 2.4.4.

      Alternatives

      1. Inside quasar.ems.js change the components
       Inject : ['layout'] 
      

      Works nice but …i’ll not change the all components.

      1. Run npm i nuxt@next --save beacause this branch use vue .5.3.0+ but dosen’t work for other reasons.

      Someone can help in this case.

      posted in Framework
      R
      raugustos