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

    Robert

    @Robert

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

    Robert Follow

    Best posts made by Robert

    • RE: How to access axios inside store action?

      Here is a clip from my Vuex store.

      const actions = {
      async signIn({ dispatch, commit }, credentials) {
          console.log('login action' + JSON.stringify(credentials))
         var authenticateResponse = await this._vm.$axios.post("user/authenticate", credentials)
          // console.log("My user obj: " + JSON.stringify(authenticateResponse.data))
         // do something with response
        },
      ...
      }
      
      posted in Help
      R
      Robert

    Latest posts made by Robert

    • RE: Need help!! Got this error about cookies

      Keep in mind you’ll typically be running development through a webpack server on an alternate port. Please read this… might help. https://quasar.dev/quasar-cli/cli-documentation/api-proxying#Introduction

      posted in Help
      R
      Robert
    • RE: How to access axios inside store action?

      Here is a clip from my Vuex store.

      const actions = {
      async signIn({ dispatch, commit }, credentials) {
          console.log('login action' + JSON.stringify(credentials))
         var authenticateResponse = await this._vm.$axios.post("user/authenticate", credentials)
          // console.log("My user obj: " + JSON.stringify(authenticateResponse.data))
         // do something with response
        },
      ...
      }
      
      posted in Help
      R
      Robert
    • RE: Font Select component?

      @s-light What did you end up doing? I need a font picker too.

      posted in Help
      R
      Robert
    • RE: Set entire app to Dark Theme?

      Building a desktop app. I wish dark was easy as well.

      posted in Framework
      R
      Robert
    • RE: Drag And Drop

      Agreed… it would be nice if Drag and Drop functionality was built into our components. I know most developers are going mobile but Quasar could really be a leader in the desktop space too.

      posted in Useful Tips (NEW)
      R
      Robert