Questions tagged [quasar]

Quasar can either refer to 1) an open-source Vue.js based framework for building Web / Mobile / Desktop apps, or 2) Java library that provides threads, actors and channels for the JVM

887 questions
-1
votes
1 answer

How could I save data from GET response in TypeScript and access them?

I am currently working on a Project management app, and I would like to dynamically display data from GET request, however I have no idea how to do it and thats why I could use some help, insight from more experienced folks. I would like to figure…
Daniel Radosa
  • 71
  • 3
  • 14
-1
votes
1 answer

how to implement ios & android google login in capacitor?

I am using capacitor-firebase-auth to set up my app. Already follow below guide line to setup, but the result still return "CapacitorFirebaseAuth" plugin is not implemented on ios URL: undefined is anyone know what is problem? Add custom URL schemes…
Ccc
  • 105
  • 2
  • 8
-1
votes
2 answers

Quasar: Remove header in dialog menu in q-select

I am customizing this dialog menu from the dialog behavior of q-select in quasar. but i cant figure out a way to remove this: any idea how i should go about this? is this even possible?
lés
  • 41
  • 10
-1
votes
1 answer

Property 'y' does not exist on type 'number'

I am working on creating a project with Vue.js and Quasar using TypeScript, but here, I have got errors telling me as below : Property 'y' does not exist on type 'number | { x: number[]; y: number[]; }'. Property 'y' does not exist on type…
Uhney
  • 379
  • 1
  • 6
  • 23
-1
votes
1 answer

Amazon s3 bucket, CORS issue, header origin

We are using an Amazon s3 bucket to store our files. On the frontend side, we have to do this one: fetch('https://some-bucket.s3.eu-central-1.amazonaws.com/some-bucket/4575/some-image.png'); On the amazon s3 bucket configuration, we added cors…
Alexandr Sharamko
  • 107
  • 1
  • 2
  • 7
-1
votes
2 answers

regex for only lowercase letters and underscore

I'm trying to validate a field called "role" where the pattern's type is only names like this: super_user, computer_group. But not this: "admin_area_" or "Admin_area??", "ADMIN_". Only lowercase letters and underscore between those letters, never on…
Joe RR
  • 262
  • 3
  • 22
-1
votes
1 answer

How to cancel a QDate choose?

I use Quasar in a Vue2.JS project. I have a QDate, linked with a QPopupEdit ( with a cancel and a set button ). I want to run a specific function when clicking set. If a condition is true, i want to cancel this setting without masking the QDate and…
Roman Diez
  • 29
  • 8
-1
votes
2 answers

v-if and splice on users pick from v-model

I have the following code (from a tutorial, but I want to expand it a bit):
v-for="task in taskItems" :key="task.id"
my taskItems array…
nelion
  • 1,712
  • 4
  • 17
  • 37
-1
votes
1 answer

Google auto populate address without map in quasar vue issue

I'm using quasar framework. And VueGmaps package for autopopulate adress, which i installed it using npm install vue-gmaps --save