Ver código fonte

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

edison 4 anos atrás
pai
commit
762a9e99ce
1 arquivos alterados com 1 adições e 0 exclusões
  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