Skip to main content

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

0 votes
1 answer
19 views

Change option after disable it in quasar select

I have select in quasar and after selecting an option in another field I want to disable one of the options and if it is selected then switch it to another option. I use the code below to disable the ...
Majsin's user avatar
  • 1
0 votes
0 answers
13 views

Quasar login with google

I need help implementing Google login for a Quasar app, but I can't find any relevant documentation or information online. Could someone assist me? I have successfully implemented OAuth 2 for a web ...
Vlăduț Teodor's user avatar
0 votes
0 answers
35 views

How a dynamic Select Component should work?

I'm questioning my understanding of how a dynamic Selector component should work (by dynamic, I mean that I can add/delete/update its options) I have a basic form to add options to, like below. At the ...
Igor Barcelos's user avatar
-2 votes
0 answers
23 views

Vu3 and Quasar as library: $q was accessed during render but is not defined on instance

I generated a library using vu3 and Quasar 2 based on vite(I first create the application using vite to generate a vue-ts project, next I install quasar and extras). The think is that when I export ...
javier araujo's user avatar
1 vote
0 answers
19 views

Quasar qpopup edit async validation not working

I am facing issue with qpopupedit async validation I created a codepen. I think it is converting return boolean value to a string. can anyone check why it is not working ? I created a Codepen you can ...
Pash's user avatar
  • 388
0 votes
0 answers
31 views

how to validate array field in vee-validate

I am new with vee-validate 4 and quasar . now I have form like this : <q-form @submit="onSubmit" class="form " id="myform"> <q-input class="col-...
morteza mortezaie's user avatar
1 vote
2 answers
57 views

Quasar 2 / Vue 3: Cannot use keyword 'await' outside an async function - top level await

I have a new Quasar 2 / Vue 3 app open in VSCode, created using the Quasar CLI and accepting all the defaults including using eslint. I have NOT started the app (quasar dev). Vitest is installed via ...
Murrah's user avatar
  • 1,610
0 votes
0 answers
29 views

can anybody tell me how we can make the q-table rows draggable in quasar

I have tried with vuedraggable package and quasar-ui-q-draggable-table package but it is not working in q-table quasar. The vuedraggable package is widely used for drag and drop operations in Vue.js ...
Rohit K's user avatar
0 votes
1 answer
49 views

Why is my slot not rerendered when toggling v-if

I have 3 components like the following: IsLoadingComponent.vue <template> <div class="loading-spinner" v-if="isLoading"></div> <slot v-else></slot&...
Le Hoang Long's user avatar
0 votes
0 answers
15 views

Quasar BEX get data from content to popup

Goal sending event from app to content and get result of execution back From the doc we need to chain/relay the event calls w background ex: app > background > content/dom https://quasar.dev/...
Артем Булавин's user avatar
0 votes
1 answer
34 views

How to access QInput element on mounted in Quasar 2

I want to access QInput element on mounted, so I make a custom directive. When I logged to the console, the element shown is QLabel. How to correctly access QInput element when it is mounted? <...
ffr_'s user avatar
  • 1
0 votes
0 answers
66 views

Faild to resolve component quasar framework

i'm trying to import my custom components inside main layout file, using quasar faramework but i constently giving this message "failed to resolve component", if i import them directly in ...
Ramin Samery's user avatar
0 votes
0 answers
32 views

Capacitor white/black screen

I have just built app with vue and quasar. And I am using capacitor for mobile. On android everything work perfectly on emulator, internal and open testing. For ios I am facing the issue. I have ...
coder's user avatar
  • 9
0 votes
1 answer
34 views

After adjust the height of q-input, floating lable tip was broken

I read this tutorial to make my q-input looks bigger than default, here is my code and codepen: vue <q-input ref="emailInputBox" outlined v-model="email" label="...
kekekuli's user avatar
1 vote
1 answer
32 views

How to get Q-Tree and Q-PopupEdit work together?

I have this code: <q-tree :nodes="data" node-key="id" :key="data.length" label-key="name" ref="refTree" default-expand-all ...
Burner's user avatar
  • 1,011

15 30 50 per page
1
2 3 4 5
65