chore(runtime-core): use getGlobalThis when installing HMR API (#3217)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user