Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 15f9252

Browse files
committed
chore(runtime-vapor): make lint happy
1 parent d5a2e1d commit 15f9252

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime-vapor/src/dom/templateRef.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import {
2020
} from '@vue/shared'
2121
import { warn } from '../warning'
2222
import { queuePostFlushCb } from '../scheduler'
23-
import { isAsyncWrapper } from '../apiAsyncComponent'
2423

2524
export type NodeRef = string | Ref | ((ref: Element) => void)
2625
export type RefEl = Element | ComponentInternalInstance

0 commit comments

Comments
 (0)