mirror of https://github.com/vuejs/core.git
chore(runtime-core): use `getGlobalThis` when installing HMR API (#3217)
This commit is contained in:
parent
decad9df57
commit
762a9e99ce
|
@ -9,6 +9,7 @@ import {
|
|||
} from './component'
|
||||
import { queueJob, queuePostFlushCb } from './scheduler'
|
||||
import { extend, getGlobalThis } from '@vue/shared'
|
||||
import { warn } from './warning'
|
||||
|
||||
type HMRComponent = ComponentOptions | ClassComponent
|
||||
|
||||
|
|
Loading…
Reference in New Issue