From: 三咲智子 Kevin Deng Date: Mon, 4 Dec 2023 08:45:26 +0000 (+0800) Subject: chore: fix lint X-Git-Tag: v3.6.0-alpha.1~16^2~754 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25f90b2a97d7a84074b9a8bcd12179358d646956;p=thirdparty%2Fvuejs%2Fcore.git chore: fix lint --- diff --git a/packages/runtime-vapor/src/directives.ts b/packages/runtime-vapor/src/directives.ts index f5024abfbe..160ec80266 100644 --- a/packages/runtime-vapor/src/directives.ts +++ b/packages/runtime-vapor/src/directives.ts @@ -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 { instance: ComponentInternalInstance | null