chore: fix lint

This commit is contained in:
三咲智子 Kevin Deng 2023-12-04 16:45:26 +08:00
parent f3e80d7706
commit 25f90b2a97
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 2 additions and 2 deletions

View File

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