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. Max
    M
    • Profile
    • Following 0
    • Followers 2
    • Topics 1
    • Posts 130
    • Best 34
    • Groups 0

    Max

    @Max

    41
    Reputation
    1080
    Profile views
    130
    Posts
    2
    Followers
    0
    Following
    Joined Last Online
    Location Hamburg

    Max Follow

    Best posts made by Max

    • RE: The 0.14 beta release is available!

      Seriously take your time. It’s done when it’s done.

      All that work i have seen by yourself & contributors is amazing.

      All the best… Max

      posted in Announcements
      M
      Max
    • RE: [Solved] Vertical Toolbar?

      check https://quasar-framework.org/components/layout-drawer.html mini mode!

      posted in Framework
      M
      Max
    • RE: 0.15 @Click QItem not working

      @ouaR read this: https://github.com/quasarframework/quasar-framework.org/blob/dev/source/guide/quasar-upgrade-guide.md#some-components-need-native-modifier-for-events-now

      then you will understand!

      posted in Help
      M
      Max
    • RE: Quasar v0.15 is out!

      the master has spoken!! congrats raz!
      love to see your huge effort & dedication to this project
      always there to help you 😉

      cheers max

      posted in Announcements
      M
      Max
    • RE: [Solved] How to dynamically enable a button?

      just bind a value to :disabled its basic vuejs stuff…

      posted in Help
      M
      Max
    • RE: [Solved] Can't update quasar-cli

      delete your complete node installation and remove the node_modules folder and the package-lock file in your project!

      then install the latest LTS version of node for windows: https://nodejs.org/en/

      then do fresh install of npm -i g quasar-cli . and run npm install in your project.

      cheers max

      posted in CLI
      M
      Max
    • RE: Quasarians in Action #9. With Staff Pick of the Week!

      ♥

      posted in Useful Tips (NEW)
      M
      Max
    • RE: Quasar v0.14.1 released.

      Awesome! Just amazing what we have there! Cheers Max

      posted in Announcements
      M
      Max
    • RE: Giving a meetup talk

      Awesome!

      posted in Hangout
      M
      Max
    • RE: Responsive split layout

      really interested in your solution… im working on an mail project too

      posted in Help
      M
      Max

    Latest posts made by Max

    • MacOS Alfred Workflow for Docs

      Here is my Alfred workflow for fast and easy documentation search:

      https://github.com/mstaack/alfred-quasar-docs/releases

      posted in Show & Tell
      M
      Max
    • RE: Quasarians in Action #9. With Staff Pick of the Week!

      ♥

      posted in Useful Tips (NEW)
      M
      Max
    • RE: QCalendar v1.2.3 has been released!

      best calendar componet out there!

      posted in [v1] App Extensions
      M
      Max
    • RE: Help Integrating Auth0 with Quasar

      whats your exact problem? please share some code and infos 👍

      posted in Help
      M
      Max
    • RE: [Solved] File download suppressed?

      just an idea, i used this to download a file (item.download is the download url)

            downloadItem () {
              window.location = this.item.download
            },
      
      posted in Help
      M
      Max
    • RE: quasar dev -m electron starting but quitting after change

      please post a quasar info output

      posted in Help
      M
      Max
    • RE: Access $router outside vue

      i would try to import the router where you need it:

      import router from '/router/index';  //replace with your correct path
      
      posted in Framework
      M
      Max
    • RE: Set Initial Configuration of App window on building electron

      changing /src-electron/main-process/electron-main.js is fine!

      consider using mainWindow.maximize()

      posted in Framework
      M
      Max
    • RE: [V1] Drawer with overlay=true sets v-model back to false on page load?

      can you create a codepen with your issue? https://codepen.io/rstoenescu/pen/VgQbdx

      posted in Framework
      M
      Max
    • RE: Quasar + Vagrant

      have you searched online for a solution?
      -> http://tommylee.co/tutorials/fixing-hot-reload-vagrant.html

      you might also have to customize the webpack config to specify the new host, but dont know for sure

      posted in CLI
      M
      Max