Skip to content

Commit

Permalink
docs: wrong code example in data-loading.md (#3221)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryZhang-ZHY authored Nov 18, 2023
1 parent c4abc95 commit b53cda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/data-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export { data }

export default defineLoader({
// type checked loader options
glob: ['...'],
watch: ['...'],
async load(): Promise<Data> {
// ...
}
Expand Down

0 comments on commit b53cda0

Please sign in to comment.