Skip to content

Commit a85a8ed

Browse files
authored
Fixed typos in code snippets
1 parent 480f330 commit a85a8ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

views/vue.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
createActionsHook,
2020
createEffectsHook,
2121
createReactionHook
22-
} from 'overmind-vue/vu3'
22+
} from 'overmind-vue/vue3'
2323

2424
export const config = {
2525
state: {
@@ -40,7 +40,7 @@ export const hooks = {
4040

4141
// index.js
4242
import { createOvermind } from 'overmind'
43-
import { withOvermind } from 'overmind-vue/vu3'
43+
import { withOvermind } from 'overmind-vue/vue3'
4444
import { config } from './overmind'
4545
import App from './App.vue'
4646

@@ -81,7 +81,7 @@ import {
8181
createActionsHook,
8282
createEffectsHook,
8383
createReactionHook
84-
} from 'overmind-vue/vu3'
84+
} from 'overmind-vue/vue3'
8585
import { state } from './state'
8686
import * as actions from './actions'
8787

@@ -101,7 +101,7 @@ export const hooks = {
101101

102102
// index.ts
103103
import { createOvermind } from 'overmind'
104-
import { withOvermind } from 'overmind-vue/vu3'
104+
import { withOvermind } from 'overmind-vue/vue3'
105105
import { config } from './overmind'
106106
import App from './App.vue'
107107

0 commit comments

Comments
 (0)