Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Popular
    Log in to post
    • All categories
    • Announcements
    • Framework
    • CLI
    • [v1] App Extensions
    • Starter Kits
    • Help
    • Show & Tell
    • Quasar Play App
    • Hangout
    • Useful Tips (NEW)
    • Jobs
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • W

      [SOLVED] How to transform an array of strings into badges in a table?
      Help • • wpq

      3
      0
      Votes
      3
      Posts
      2
      Views

      W

      Thank you @s-molinari , that was a great idea:

      <q-table class="q-pa-md" title="Notes" :data="allNotes" :columns="columns" row-key="filename" @row-click="displayNote" > <template v-slot:body="props"> <q-tr :props="props"> <q-td key="title" :props="props"> {{ props.row.title }} </q-td> <q-td key="tags" :props="props"> <span v-for="tag in props.row.tags"><q-badge color="blue" class="q-ma-sm">{{tag}}</q-badge></span> </q-td> </q-tr> </template> </q-table>
    • I

      CORS Preflight Did Not Succeed with axios authentication
      Framework • • Incremental

      3
      0
      Votes
      3
      Posts
      5
      Views

      I

      @dobbel well I have a web ‘test’ page, that’s why I’m getting the response (with authentication or not).
      By the way, I always get a 404 for any other routes. I have to check the problem in the PHP server routes…

      Same problem with ‘foobar’
      As my Quasar page is named ‘Test’, it’s probably why Referer = http://localhost:8080/test

      Same problem with Chrome :
      9f97c99e-967e-47e5-86ce-0d01deccd5ff-image.png
      I have to test Debug Cors…

    • W

      Nuxt
      Framework • • walfin

      3
      0
      Votes
      3
      Posts
      3
      Views

      W

      @s-molinari Is there a way to use the same SSR app as my API as well? Like for example Nuxt can allow you to use the same app for both SSR as well as to provide an API (usually they add a “/api” route) so you don’t have to spawn 2 node apps.

      But I’m also more interested in Nuxt integration in general since Nuxt is really really popular for Vue users (don’t tell me the only way is to use UMD 😲).

    • M

      How to sort mysql timestamp ?
      Help • • mecjos

      2
      0
      Votes
      2
      Posts
      6
      Views

      dobbel

      @mecjos

      You have to convert the String to a valid JS date.

      You can use date-fns for that:
      https://date-fns.org/

      Here’s a thread how to use it in Vue:
      https://stackoverflow.com/questions/49562095/how-to-use-date-fns-in-vuejs

    • rstoenescu

      @quasar/app v3.0.0-beta.8 (Vue 3) released! New features for PWA and Capacitor
      Announcements • • rstoenescu

      1
      1
      Votes
      1
      Posts
      145
      Views

      No one has replied

    • rstoenescu

      Quasar v2.0.0-beta.8 released! (Vue 3)
      Announcements • • rstoenescu

      1
      0
      Votes
      1
      Posts
      123
      Views

      No one has replied

    • W

      How to debounce a function in a watched property?
      Help • • wpq

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied

    • H

      QTabs not properly working on mobile RTL mode
      Help • arrows qtabs rtl • • Hamza

      1
      0
      Votes
      1
      Posts
      2
      Views

      No one has replied