We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getGlobalThis
1 parent decad9d commit 762a9e9Copy full SHA for 762a9e9
packages/runtime-core/src/hmr.ts
@@ -9,6 +9,7 @@ import {
9
} from './component'
10
import { queueJob, queuePostFlushCb } from './scheduler'
11
import { extend, getGlobalThis } from '@vue/shared'
12
+import { warn } from './warning'
13
14
type HMRComponent = ComponentOptions | ClassComponent
15
0 commit comments