Category "quasar"

"v-on with no argument expects an object value" facing this error in quasar selector when focus into the field

here is my code, options array updated in created hook based on api response and response of api is array of object and v-model value is also updated in created

Get Url Vue js (Router)

i am developing an app in vue js with quasar and i would like to get current url in the index.js of Router folder but i do not know how. the problem is we can n

If I can change or set animation duration for Quasar notify plugin?

Becuase the default animation looks a little slowly in my scenario. From the official documents, https://quasar.dev/quasar-plugins/notify, I only found timeout

Laravel sanctum vue spa being blocked when using ip address

I know a lot has been documented on about laravel sanctum configuration to avoid blocked requests from your spa frontend, but something that is not quite clear

pass variables from front to backend

i have a vue js project with front end and i have a field with variables that i want it when its changed it will go to backend and change there too any idea? th

Receiving build_and_deploy error when trying to autodeploy quasar project to firebase

when my github action tries to auto-deploy my quasar project to firebase, i receive the following error: [1] [1]: https://i.stack.imgur.com/A6aD7.png Error: S

Quasar: build with development mode

I have in quasar.conf.js env settings with something like this: env: { API_URL: ctx.dev ? 'https://dev.apis.test.io/v2/' : 'https://apis.test.io/v2/'

Unseen directory in Quasar doc

For Quasar doc here: https://github.com/quasarframework/quasar/tree/dev/docs The lines below https://github.com/quasarframework/quasar/blob/dev/docs/quasar.conf

Add new root base definition for Pinia

I have added axios to my Pinia store in a Quasar's boot file export default boot(async ({ app, store, ssrContext, router }) => { const api = axios.create({

How to fit tab to its text?

I use Quasar framework and I'm struggling with adjusting q-tab size to its label name. I have 3 tabs and as you can see below their size is much bigger than tab

I need to implement the "Read more" function in some cards in quasar and vue js

I have more than 3 q-cards in quasar that should display more text when the read more button is pressed, but this does it in all the cards and I need it to be i

Quasar Framework (VueJS) - "UI" compiled with errors (If import web3)

I use Quasar CLI version 1.2.1 and library web3 version ^1.5.2 it's an error when i use: import Web3 from 'web3' Log Error: App • Chaining "UI" Webpack c

Use Quasar App code in background script of BEX

I am developing a browser extension using Quasar framework's BEX mode. In the app part (popup window), I have a TypeScript file which contains some common funct

How not to overlay drawer from layout in quasar framework

I am creating a website to learn to handle better with vue. I comment on my problem: It turns out that I have a general layout, in which I have a header, a draw

Quasar: some fontawesome icons are not available

I use some fontawesome icons in a quasar project. I import them as specified in the quasar doc: Webfont icons are available through @quasar/extras package. You

Quasar Q-table not updating with ref() array

When I update ref() array, q-table not updating. I am initiating the rows ref with the "getApplications()" function. Then when i call the reviewed() function fr

Is there a method within q-layout to scroll to top in quasar?

I have a q-layout (just a simple one as below) within a q-dialog where I need to scroll top of the page when a certain process is completed. <q-dialog v-