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 f83987b commit 8053f60Copy full SHA for 8053f60
src/core/instance/inject.js
@@ -1,7 +1,6 @@
1
/* @flow */
2
3
-import { warn } from '../util/index'
4
-import { hasSymbol } from 'core/util/env'
+import { warn, hasSymbol } from '../util/index'
5
import { defineReactive, observerState } from '../observer/index'
6
import { hasOwn } from 'shared/util'
7
0 commit comments