chore(runtime-core): use getGlobalThis when installing HMR API (#3217)

This commit is contained in:
edison
2022-05-10 09:40:19 +08:00
committed by GitHub
parent decad9df57
commit 762a9e99ce

View File

@@ -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