Skip to content

Commit 5a2b1c6

Browse files
committed
provide / inject
1 parent 04b8934 commit 5a2b1c6

File tree

6 files changed

+277
-68
lines changed

6 files changed

+277
-68
lines changed

src/api/composition-api-dependency-injection.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@
4444
- **See also**:
4545
- [Provide / Inject](/guide/components/provide-inject.html)
4646

47-
## inject()
47+
## inject()
48+
49+
// TODO

src/api/options-composition.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132

133133
## inject
134134

135+
// TODO
136+
135137
## mixins
136138

137139
- **Type:** `Array<Object>`
@@ -189,4 +191,4 @@
189191
extends: CompA,
190192
...
191193
}
192-
```
194+
```

0 commit comments

Comments
 (0)