Skip to content

Commit 327f77d

Browse files
authored
Update vue.md
Fixed typo in code example
1 parent 29f0952 commit 327f77d

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
@@ -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/vu3'
17+
import { createHooks } from 'overmind-vue/vue3'
1818

1919
export const config = {
2020
state: {

0 commit comments

Comments
 (0)