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. janviehweger
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Groups 0

    janviehweger

    @janviehweger

    0
    Reputation
    397
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    janviehweger Follow

    Latest posts made by janviehweger

    • RE: Invalid prop: type check failed for prop "stackLabel". Expected Boolean, got String ...

      @metalsadman said in Invalid prop: type check failed for prop "stackLabel". Expected Boolean, got String ...:

      @janviehweger you gave it a string value just stack-label is enough to set it or if voltage is a boolean data model, :stack-label="voltage", with a colon :.

      ahh thanks, i was somehow routed to the 0.14 docs which show this usage.

      posted in Help
      J
      janviehweger
    • Invalid prop: type check failed for prop "stackLabel". Expected Boolean, got String ...

      Hi forum,

      while using the QInput component like so:

      <q-input
            v-model="voltage"
            stack-label="voltage"
            placeholder="put voltage here ..."
            suffix="V"
            type="number"
            />
      

      i get this strange warning:

      [Vue warn]: Invalid prop: type check failed for prop “stackLabel”. Expected Boolean, got String with value “voltage”.

      Thanks for help
      Jan

      posted in Help
      J
      janviehweger
    • init quasar with specific version

      hello forum,

      i need to setup a fresh quasar project using a 13.x version. projects always get initialized with the latest 14.x version.

      i’ve tried so far without luck:

      • quasar init myproject#0.13.4
      • quasar init myproject@0.13.4

      best regards
      jan

      posted in CLI
      J
      janviehweger
    • Update Loader's message prop while running

      How can i update the Loader message prop while Loader is active?

      Loading.show({
      message: ‘Updating data …’,
      spinner: ‘gears’
      })

      posted in Help
      J
      janviehweger
    • RE: how can I use electron apis

      hey guys you’ve saved my day!
      found an interesting article focusing on webpack targets for electron https://medium.com/@ad_harmonium/build-to-both-electron-js-and-browser-targets-using-webpack-59266bdb76a

      posted in Help
      J
      janviehweger