Connection status: {{ connectionStatus }}
6 |13 | add your instant appId in .env (INSTANT_APP_ID="") or directly in nuxt 14 | config 15 |
16 |this can run on the server and returns an empty loading query
4 | 5 |todos:
6 |{{ JSON.stringify(data?.todos, null, 2) }}
7 | {{ error }}
8 |4 | this must run on the client only unless you use the experimental config 5 | flag clientOnlyUseQuery 6 |
7 | 8 |todos:
9 |{{ JSON.stringify(data?.todos, null, 2) }}
10 | {{ error }}
11 |