-
https://twitter.com/dakoba/status/1532629503138226177
-
### What happened?
When running `quasar prepare`, an app extension that is linked via file:// in package.json throws exception that there is a missing index script.
### What did you expect to h…
-
## Bug Report
Im using the Preferences Plugin to store the current used locale on the device.
```
// language.ts
await Preferences.set({
key: 'locale',
value: updatedLocale.value,
…
-
### What happened?
When I add Capacitor to my project with `quasar mode add capacitor` it adds new paths in `./.quasar/tsconfig.json`.
Here is the file:
#### ./.quasar/tsconfig.json
…
-
Using such framework as a Quasar Framework the animate.css library is included “out of the box”, so I would like to be able to disable animate.css autoloading in the "Appearance" plugin.
Can you a…
-
### What happened?
Following [the guide](https://quasar.dev/start/upgrade-guide/) to update the packages with `quasar upgrade` we get the following error:
![image](https://github.com/user-attachme…
-
Would it fit in with this?
This question is available on Nuxt.js community (#c19)
-
[Quasar framework](http://quasar-framework.org/), based on Vue, is gaining momentum and will probably release it's v1.0 in some months.
Would be nice to cooperate with it's maintainer to create a pre…
-
Plugin doesn't works with Quasar
error is: `GET http://0.0.0.0:9300/__open-in-editor?file=AppLibrary\libFront\GlobalComponents\HomeComp.vue:2:3 net::ERR_ADDRESS_INVALID`.
As I see the problem is …
-
Can you explain how Quasar 2 (webpack 5) should be configured?
For sure `cfg.output.jsonpFunction` should be removed as webpack 5 resolves names automatically.