Skip to content

Commit 0fa7766

Browse files
authored
Update actions.md (#836)
1 parent 7f6faac commit 0fa7766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/core-concepts/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const api = mande('/api/users')
2727

2828
export const useUsers = defineStore('users', {
2929
state: () => ({
30-
data: userData,
30+
userData: null,
3131
// ...
3232
}),
3333

0 commit comments

Comments
 (0)