Skip to content

Commit bfda503

Browse files
committed
add comments for normalizeInject
1 parent 5ff35a4 commit bfda503

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/util/options.js

+3
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ function normalizeProps (options: Object) {
248248
options.props = res
249249
}
250250

251+
/**
252+
* Normalize all injections into Object-based format
253+
*/
251254
function normalizeInject (options: Object) {
252255
const inject = options.inject
253256
if (!inject) return

0 commit comments

Comments
 (0)