]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix lint
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Mon, 4 Dec 2023 08:45:26 +0000 (16:45 +0800)
committer三咲智子 Kevin Deng <sxzz@sxzz.moe>
Mon, 4 Dec 2023 08:45:26 +0000 (16:45 +0800)
packages/runtime-vapor/src/directives.ts

index f5024abfbed6172e21d69b30a19248e9fb228c3f..160ec8026651a5443813c95179a71fb2357620e6 100644 (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