|
@@ -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,
|