We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c34f13 commit 0530fc5Copy full SHA for 0530fc5
src/api/composition-api-dependency-injection.md
@@ -83,7 +83,7 @@ Injects a value provided by an ancestor component or the application (via `app.p
83
import { inject } from 'vue'
84
import { fooSymbol } from './injectionSymbols'
85
86
- // inject static value with default
+ // inject static value without default
87
const foo = inject('foo')
88
89
// inject reactive value
0 commit comments