2
0
daiwei 6 сар өмнө
parent
commit
fcc15898b7

+ 5 - 1
packages/runtime-vapor/src/dom/event.ts

@@ -1,6 +1,10 @@
 import { onEffectCleanup } from '@vue/reactivity'
 import { isArray } from '@vue/shared'
-import { ErrorCodes, callWithAsyncErrorHandling, currentInstance } from 'vue'
+import {
+  ErrorCodes,
+  callWithAsyncErrorHandling,
+  currentInstance,
+} from '@vue/runtime-dom'
 
 export function addEventListener(
   el: Element,