Explorar el Código

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

edison hace 4 años
padre
commit
762a9e99ce
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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