-
-
### Reporting a bug?
I have Vue 3 components that do not pass test and always fail with the error:
`TypeError: $setup.t is not a function`
```
// component.vue
import { useI18n } from 'vu…
-
### Software version, 0.16.4
OS: Windows WSL
Node: v10.5.0
NPM: 6.2.0
### What did you get as the error?
`quasar dev -m electron` doesn't work when ran from WSL (windows subsystem for lin…
-
Hi,
I want to ignore a package that is importing from node_modules. What can i do about it?
I tried 2 ways:
First one:
```
/*rtl:begin:ignore*/
@import '~leaflet/dist/leaflet.css';
/*rtl:begin:…
-
I'm trying to integrate the `keycloak-js` (`vue-keycloak` resp.) into my Quasar 2 application based on Vue 3.
This is how I setup the Keycloak instance:
```js
import { boot } from 'quasar/wrapp…
-
For a legitimate bug, in order to process faster, please go here https://codepen.io/Hawkeye64/pen/vYYYewG, fork the codepen, add code to reproduce the bug and submit link here (don't forget to save yo…
-
-
### Describe the bug
With Quasar I'm using the `@quasar/vite-plugin v1.1.1` and the plugin property `autoImportComponentCase: 'pascal'`
When using this in combination with a `template lang=pug` and …
-
Hi,
Just trying out Quasar with unplugin-vue-components and I noticed that when building the application (using Vite, Vue3, Typescript and Quasar Vite Plugin), I get a bundle size that gets over 50…
-
### Description
The same Bar chart is displayed 3 times.
After some time milliseconds the second and 3rd copy are removed.
Sometimes 2nd and 3rd copy remain, until user zooms page in or out.
…