Skip to main content
The 2024 Developer Survey results are live! See the results

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
0 answers
3 views

Filter nodes in quasar tree with lazy loading

How can I filter nodes in an quasar tree component when I have lazy child nodes ? The problem is that when I have an lazy loading system, I need to open the entire tree in order to filter, ortherwise ...
Igor Barcelos's user avatar
-1 votes
0 answers
14 views

Is there a properties panel plug-in in the Quasar framework? [closed]

There is a tab panel plugin in the quasar framework, but I need a properties panel plugin to implement some field property configuration. A similiar control is below: The General and the ...
Bes Ley's user avatar
  • 1,725
0 votes
1 answer
22 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
36 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
27 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
38 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
61 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
35 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
16 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
36 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
73 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
34 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

15 30 50 per page
1
2 3 4 5
65