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. Sponz
    S
    • Profile
    • Following 1
    • Followers 0
    • Topics 4
    • Posts 8
    • Best 3
    • Groups 0

    Sponz

    @Sponz

    6
    Reputation
    775
    Profile views
    8
    Posts
    0
    Followers
    1
    Following
    Joined Last Online
    Location Greece Age 30

    Sponz Follow

    Best posts made by Sponz

    • Quasar(0.14.x) Starter with JWT Authentication ( Laravel Backend 5.4 )

      Hello guys!

      I created a starter kit that uses the JSON Web Token authentication system.

      You can find the code for frontend here and for the backend here

      Index

      Login

      Main

      posted in Starter Kits
      S
      Sponz
    • RE: Quasar(0.14.x) Starter with JWT Authentication ( Laravel Backend 5.4 )

      Updated frontend on latest quasar version ( 0.13.9 )
      Updated backend on latest Laravel version (5.4)
      Added refresh token functionality

      posted in Starter Kits
      S
      Sponz
    • RE: Quasar(0.14.x) Starter with JWT Authentication ( Laravel Backend 5.4 )

      Updated on latest version

      posted in Starter Kits
      S
      Sponz

    Latest posts made by Sponz

    • RE: Quasar(0.14.x) Starter with JWT Authentication ( Laravel Backend 5.4 )

      Updated on latest version

      posted in Starter Kits
      S
      Sponz
    • RE: Quasar(0.14.x) Starter with JWT Authentication ( Laravel Backend 5.4 )

      Updated frontend on latest quasar version ( 0.13.9 )
      Updated backend on latest Laravel version (5.4)
      Added refresh token functionality

      posted in Starter Kits
      S
      Sponz
    • Ajax request after "x" step (Quasar Stepper)

      Hello,
      I want to make an ajax request after submitting the 2nd step and use the results on my 3rd step.
      Any idea how i can do this?

      posted in Help
      S
      Sponz
    • RE: Problem with popovers

      ok problem solved thanks Razvan !

      posted in Help
      S
      Sponz
    • Problem with popovers

      Hello guys,
      I have an error when trying to close popovers.
      my markup is this: http://pastebin.com/BQ39b0Mk

      when clicking on the buttons of the popover i am getting the following error:
      Uncaught TypeError: _vm.$refs.popover.close is not a function at Object.click [as fn] (eval at 243 (1.e2343b3….hot-update.js:6), <anonymous>:54:29) at HTMLButtonElement.eval (eval at <anonymous> (app.js:794), <anonymous>:2222:16)

      posted in Help
      S
      Sponz
    • RE: Error using v-go-back

      thanks @rstoenescu !! It works now ! Maybe we must update the documentation too about that .?

      posted in Help
      S
      Sponz
    • Quasar(0.14.x) Starter with JWT Authentication ( Laravel Backend 5.4 )

      Hello guys!

      I created a starter kit that uses the JSON Web Token authentication system.

      You can find the code for frontend here and for the backend here

      Index

      Login

      Main

      posted in Starter Kits
      S
      Sponz
    • Error using v-go-back

      Hello !! I am trying to use the new Directive “v-go-back”, but i am getting the following error:
      [Vue warn]: Invalid expression. Generated function body: /

      I am using that on my menu like that:
      <quasar-drawer-link v-go-back="/" icon=“exit_to_app”>
      Logout
      </quasar-drawer-link>

      My routes:
      let routes = {
      // Not found
      ‘*’: {
      component: load(‘error404’)
      },

      // Index
      ‘/’: {
      name: ‘index’,
      component: load(‘index’)
      },

      ‘/login’: {
      name: ‘login’,
      component: load(‘auth/login’)
      },

      ‘/register’: {
      name: ‘register’,
      component: load(‘auth/register’)
      },
      }

      Any idea ?
      Thanks!!

      posted in Help
      S
      Sponz