We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1baa0a7 commit 1c86b9eCopy full SHA for 1c86b9e
src/core/instance/inject.js
@@ -42,6 +42,7 @@ export function resolveInject (inject: any, vm: Component): ?Object {
42
const result = Object.create(null)
43
const keys = hasSymbol
44
? Reflect.ownKeys(inject).filter(key => {
45
+ /* istanbul ignore next */
46
return Object.getOwnPropertyDescriptor(inject, key).enumerable
47
})
48
: Object.keys(inject)
0 commit comments