瀏覽代碼

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

edison 4 年之前
父節點
當前提交
762a9e99ce
共有 1 個文件被更改,包括 1 次插入0 次删除
  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