Skip to content

Commit c73fe6e

Browse files
authored
Wrong import path in docs
The import should be from `overmind-vue/vue3` not `overmind-vue/vu3`
1 parent cc5353f commit c73fe6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)