Explorar el Código

fix: size usage

daiwei hace 4 meses
padre
commit
fcc15898b7
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      packages/runtime-vapor/src/dom/event.ts

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

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