-
**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: …
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.13.2
- CLI Version: 3.14.0
- Nitro Version: 2.9.7
- Package Manager…
-
I expect to be able to make queries inside a pinia setup store as per https://github.com/vuejs/apollo/issues/1505.
When I run the code below, however, result stays undefined. I can see from the wat…
-
### Describe the bug
After updating to Nuxt 3.13.2 the Toasts dont work anymore using useToast() composable from primvue/nuxt module.
In 3.13.1 it worked fine.
### Reproducer
https://stackbl…
Ed1ks updated
2 weeks ago
-
### Describe the bug
Currently unable to use the `useToast()` composable in a module. Attempting to do so results in
```
[Vue warn]: inject() can only be used inside setup() or functional componen…
dcb99 updated
1 month ago
-
We have a few places that have lazy prop already, but they don't work the same way.
Modal mounts the children on the first show an keep them mounted.
Dropdown mounts on the show and unmounts on th…
-
Hi :)
i'm currently looking into using some composables and found both this lib and https://vueuse.org/. It seems, they are quite similar, are they connected in any way?
-
### 📚 What are you trying to do?
I make the follow code for run the script only in a specific countries, but it will be loaded ever without respect the condition
The follow code is inside a composabl…
-
Vue Composable_2022-06-02
Write comment Freely
-
### What would you like?
Utilizing Vite + Vue and Cypress Component Test Runner, how would you stub a composable function since you can't stub the default export?
I can't find a decent example tha…