Skip to content

Commit 77be76f

Browse files
christianalfonigitbook-bot
authored andcommitted
GitBook: [v27] one page and 2 assets modified
1 parent 2c71343 commit 77be76f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

views/vue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There are three approaches to connecting Overmind to Vue.
1414
{% tab title="overmind/index.js" %}
1515
```typescript
1616

17-
import { createHooks } from 'overmind-vue'
17+
import { createHooks } from 'overmind-vue/vu3'
1818

1919
export const config = {
2020
state: {
@@ -33,7 +33,7 @@ export const hooks = createHooks()
3333
```javascript
3434
import { createApp } from 'vue'
3535
import { createOvermind } from 'overmind'
36-
import { withOvermind } from 'overmind-vue'
36+
import { withOvermind } from 'overmind-vue/vu3'
3737
import { config } from './overmind'
3838
import App from './App.vue'
3939

0 commit comments

Comments
 (0)