We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c71343 commit 77be76fCopy full SHA for 77be76f
.gitbook/assets/image.png .gitbook/assets/image (1) (1).png.gitbook/assets/image.png renamed to .gitbook/assets/image (1) (1).png
views/vue.md
@@ -14,7 +14,7 @@ There are three approaches to connecting Overmind to Vue.
14
{% tab title="overmind/index.js" %}
15
```typescript
16
17
-import { createHooks } from 'overmind-vue'
+import { createHooks } from 'overmind-vue/vu3'
18
19
export const config = {
20
state: {
@@ -33,7 +33,7 @@ export const hooks = createHooks()
33
```javascript
34
import { createApp } from 'vue'
35
import { createOvermind } from 'overmind'
36
-import { withOvermind } from 'overmind-vue'
+import { withOvermind } from 'overmind-vue/vu3'
37
import { config } from './overmind'
38
import App from './App.vue'
39
0 commit comments