You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/content/en/getting-started/gotchas.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
1
---
2
2
title: Gotchas
3
-
description: 'There are a couple of key points to remember when using the composition API.'
3
+
description: 'There are a couple of points that you should be aware of when using `@nuxtjs/composition-api`.'
4
4
category: Getting started
5
5
fullscreen: True
6
6
position: 3
7
7
version: 0.133
8
8
---
9
9
10
-
There are a couple of points that you should be aware of when using `@nuxtjs/composition-api`.
11
-
12
10
## **'Keyed' functions**
13
11
14
12
A number of helper functions use a key to pass JSON-encoded information from server to client (currently `shallowSsrRef`, `ssrPromise`, `ssrRef` and `useAsync`).
0 commit comments