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
Copy file name to clipboardExpand all lines: README.md
+42-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ import VueCompositionAPI from '@vue/composition-api'
29
29
Vue.use(VueCompositionAPI)
30
30
```
31
31
32
-
```js
32
+
```jsgit@github.com:phbender/composition-api.git
33
33
// use the APIs
34
34
import { ref, reactive } from '@vue/composition-api'
35
35
```
@@ -410,6 +410,47 @@ defineComponent({
410
410
411
411
</details>
412
412
413
+
### Global state
414
+
415
+
<details>
416
+
<summary>When you use `ref` oder `reactive` before the plugin has been initialized, you may encounter an error `Error: [vue-composition-api] No vue dependency found.`.</summary>
0 commit comments