chore: fix lint
This commit is contained in:
parent
f3e80d7706
commit
25f90b2a97
|
@ -1,5 +1,5 @@
|
|||
import { type Prettify, isFunction } from '@vue/shared'
|
||||
import { currentInstance, ComponentInternalInstance } from './component'
|
||||
import { isFunction } from '@vue/shared'
|
||||
import { currentInstance, type ComponentInternalInstance } from './component'
|
||||
|
||||
export interface DirectiveBinding<V = any> {
|
||||
instance: ComponentInternalInstance | null
|
||||
|
|
Loading…
Reference in New Issue