File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import {
1919 createActionsHook ,
2020 createEffectsHook ,
2121 createReactionHook
22- } from ' overmind-vue/vu3 '
22+ } from ' overmind-vue/vue3 '
2323
2424export const config = {
2525 state: {
@@ -40,7 +40,7 @@ export const hooks = {
4040
4141// index.js
4242import { createOvermind } from ' overmind'
43- import { withOvermind } from ' overmind-vue/vu3 '
43+ import { withOvermind } from ' overmind-vue/vue3 '
4444import { config } from ' ./overmind'
4545import 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 '
8585import { state } from ' ./state'
8686import * as actions from ' ./actions'
8787
@@ -101,7 +101,7 @@ export const hooks = {
101101
102102// index.ts
103103import { createOvermind } from ' overmind'
104- import { withOvermind } from ' overmind-vue/vu3 '
104+ import { withOvermind } from ' overmind-vue/vue3 '
105105import { config } from ' ./overmind'
106106import App from ' ./App.vue'
107107
You can’t perform that action at this time.
0 commit comments