Skip to content

Commit 762a9e9

Browse files
authored
chore(runtime-core): use getGlobalThis when installing HMR API (#3217)
1 parent decad9d commit 762a9e9

File tree

1 file changed

+1
-0
lines changed
  • packages/runtime-core/src

1 file changed

+1
-0
lines changed

packages/runtime-core/src/hmr.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
} from './component'
1010
import { queueJob, queuePostFlushCb } from './scheduler'
1111
import { extend, getGlobalThis } from '@vue/shared'
12+
import { warn } from './warning'
1213

1314
type HMRComponent = ComponentOptions | ClassComponent
1415

0 commit comments

Comments
 (0)