Skip to content

Commit 0530fc5

Browse files
authored
Update composition-api-dependency-injection.md (#2415)
1 parent 9c34f13 commit 0530fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/api/composition-api-dependency-injection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Injects a value provided by an ancestor component or the application (via `app.p
8383
import { inject } from 'vue'
8484
import { fooSymbol } from './injectionSymbols'
8585
86-
// inject static value with default
86+
// inject static value without default
8787
const foo = inject('foo')
8888
8989
// inject reactive value

0 commit comments

Comments
 (0)