-
**📚 What are you trying to do? Please describe.**
Hi,
how to mock injection?
injection was working fine, but its become undefined when running test.
Nuxt2 + Typescript + CompositionApi
```
// …
-
Hello we are right now migrating from nuxt2 + buefy to nuxt3 + oruga so it can be seen at our nuxt branch
https://github.com/kodadot/nft-gallery
-
### Version
```
"@nuxtjs/strapi": "^1.3.1",
"nuxt-edge": "latest",
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
"node-fetch": "^3.2.3",
"ohmyfetch": "^0.4.15",
```
### Reprod…
-
I have converted nuxt2 store/index.js to nuxt3 store as below
store/index.js
```
const state = () => ({
counter: 0
})
const getters = {
getCounter(state) {
return state.counter
…
-
Hi,
Vue Slick already has support for Vue 3/ Nuxt 3? This ticket(https://github.com/staskjs/vue-slick/issues/108) it's marked as solved but I can't make the plugin work like on Nuxt 2.
Thanks
-
# やること
- Nuxt2→Nuxt Bridge→Nuxt 3に移行する作業をする
- [ここ](https://v3.nuxtjs.org/bridge/overview)を参考にする
- ライブラリによって対応していないものがあるかもしれないので要検証
![image](https://user-images.githubusercontent.com/43461456/1…
-
### Environment
Node: v16.20.0
### Reproduction
- run` redis-cli MONITOR`
- load homepage
- `mget` is empty
### Describe the bug
Homepage is not being cached by redis
### Additional conte…
-
It would be great to have the possibility to support the autocompletion of props in the editor.
-
How can I cache post requests?
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Have you updated Vue FilePond, FilePond, and all plugins?
- [X] I have updated FilePond and its plugins
### D…