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

    @quasar/app v1.0.0-beta.10 released!

    Announcements
    2
    3
    647
    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.
    • rstoenescu
      rstoenescu Admin last edited by

      Enhanced quasar.conf.js > devServer > open prop – now supports a String also:

      Using open prop to open with a specific browser and not with the default browser of your OS:

      // quasar.conf.js
      
      devServer: {
        open: 'firefox'
      }
      
      1 Reply Last reply Reply Quote 1
      • S
        sday last edited by sday

        Amazing stuff… Is there a place I can go to see what is not yet implemented? I’ve noticed a few obvious components that don’t seem to work, or at least some of the sub components are missing. Could very well be how green I am with this framework.

        Ex:
        QList https://quasar-framework.org/components/lists-and-list-items.html

        If I include the docs suggested components in my /quasar.conf.js I get:

        Unknown custom element: <q-list-header> (and several other similar errors for missing sub-components)

        Thanks for any help, I just don’t want to chase ghosts as I work through this exciting beta version of the framework.
        -Steve

        1 Reply Last reply Reply Quote 0
        • S
          sday last edited by

          Oops, I think I see the issue. I was on a tab of a production version of the docs. But needed to be in https://v1.quasar-framework.org/vue-components/list-and-list-items

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