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

    boolow5

    @boolow5

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

    boolow5 Follow

    Latest posts made by boolow5

    • RE: Unknown custom element: <q-input> - did you register the component correctly? For recursive

      I fixed it in quasar.conf.js by setting the all option to auto, as below:
      …
      // Possible values for “all”:
      // * ‘auto’ - Auto-import needed Quasar components & directives
      // (slightly higher compile time; next to minimum bundle size; most convenient)
      // * false - Manually specify what to import
      // (fastest compile time; minimum bundle size; most tedious)
      // * true - Import everything from Quasar
      // (not treeshaking Quasar; biggest bundle size; convenient)
      all: ‘auto’,
      …

      posted in Help
      B
      boolow5