|
@@ -1,9 +1,9 @@
|
|
|
/* @flow */
|
|
/* @flow */
|
|
|
|
|
|
|
|
-import { hasSymbol } from 'core/util/env'
|
|
|
|
|
import { warn } from '../util/index'
|
|
import { warn } from '../util/index'
|
|
|
-import { defineReactive } from '../observer/index'
|
|
|
|
|
import { hasOwn } from 'shared/util'
|
|
import { hasOwn } from 'shared/util'
|
|
|
|
|
+import { hasSymbol } from 'core/util/env'
|
|
|
|
|
+import { defineReactive } from '../observer/index'
|
|
|
|
|
|
|
|
export function initProvide (vm: Component) {
|
|
export function initProvide (vm: Component) {
|
|
|
const provide = vm.$options.provide
|
|
const provide = vm.$options.provide
|