Skip to content

Commit

Permalink
chore: merge imports (vuejs#7762)
Browse files Browse the repository at this point in the history
  • Loading branch information
HcySunYang authored and aJean committed Aug 19, 2020
1 parent 48e5181 commit 7abe19b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/instance/inject.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/* @flow */

import { warn } from '../util/index'
import { hasSymbol } from 'core/util/env'
import { warn, hasSymbol } from '../util/index'
import { defineReactive, observerState } from '../observer/index'
import { hasOwn } from 'shared/util'

Expand Down

0 comments on commit 7abe19b

Please sign in to comment.