-
With ui-pager with 4 or more pages set, an error will occur if you move to the 4th page.
This only happens on iOS, not Android.
```
page1 mounted
page2 mounted
page3 mounted
page1 dest…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v22.8.0
- Nuxt Version: 3.12.4
- CLI Version: 3.13.1
- Nitro Version: 2.9.7
- Package M…
-
**Please describe what the rule should do:**
Current `vue/no-ref-as-operand` rule only support the local `ref`. If a `ref` is being returned from a composable and being use with operand (eg: …
-
**Describe the bug**
I updated eslint-plugin-tailwindcss to the latest version and getting error below:
```bash
Internal server error: Error while loading rule 'tailwindcss/no-custom-classname': …
-
### Reporting a bug?
The behaviour described in https://kazupon.github.io/vue-i18n/guide/fallback.html#fallback-interpolation does not work, at least with vue-i18n v9.10.2. One can not use the key as…
-
```json
"dependencies": {
"@capacitor/android": "5.7.4",
"@capacitor/app": "5.0.7",
"@capacitor/background-runner": "1.1.0",
"@capacitor/core": "5.7.4",
"@capacitor/geoloc…
-
**Describe the bug**
After upgrading from `4.0.0-beta.12` to `4.0.0`, page loads stop working when using `useQuery`
**To Reproduce**
I have a Nuxt `^3.9.3` project using Vue `3.4.15` and Apollo C…
-
I used to have a working project. I'm in the middle of moving to `vite`, `vue 2.7` etc and part of this transition is `eslint` I had to update `eslint airbnb` and to install `eslint-config-airbnb-type…
-
Uncaught (in promise) TypeError:
My code:
```
import { useSound } from "@vueuse/sound";
const { play } = useSound("pop.mp3");
```
my nuxt.config.ts:
```
export def…