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 dd6bd19 commit e1ecf7aCopy full SHA for e1ecf7a
src/core/global-api/index.js
@@ -17,9 +17,9 @@ import {
17
defineReactive
18
} from '../util/index'
19
20
-import { default as Dep, pushTarget, popTarget } from '../observer/dep'
+import Dep, { pushTarget, popTarget } from '../observer/dep'
21
import { afterFlush, forceFlush } from '../observer/scheduler'
22
-import { default as Watcher } from '../observer/watcher'
+import Watcher from '../observer/watcher'
23
24
export function initGlobalAPI (Vue: GlobalAPI) {
25
// config
0 commit comments