Skip to content

Commit

Permalink
chore(runtime-vapor): make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Doctor-wu committed Jul 7, 2024
1 parent d5a2e1d commit 15f9252
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/runtime-vapor/src/dom/templateRef.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {
} from '@vue/shared'
import { warn } from '../warning'
import { queuePostFlushCb } from '../scheduler'
import { isAsyncWrapper } from '../apiAsyncComponent'

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

0 comments on commit 15f9252

Please sign in to comment.