Parcourir la source

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

edison il y a 4 ans
Parent
commit
762a9e99ce
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packages/runtime-core/src/hmr.ts

+ 1 - 0
packages/runtime-core/src/hmr.ts

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