From: 三咲智子 Kevin Deng Date: Tue, 26 Dec 2023 15:48:45 +0000 (+0800) Subject: chore: remove unused X-Git-Tag: v3.6.0-alpha.1~16^2~698 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22ed5a77826fb191540b62d7168cf42365f03871;p=thirdparty%2Fvuejs%2Fcore.git chore: remove unused --- diff --git a/packages/runtime-vapor/src/render.ts b/packages/runtime-vapor/src/render.ts index dd6c2b2dff..d2a3429687 100644 --- a/packages/runtime-vapor/src/render.ts +++ b/packages/runtime-vapor/src/render.ts @@ -1,4 +1,4 @@ -import { markRaw, proxyRefs } from '@vue/reactivity' +import { proxyRefs } from '@vue/reactivity' import { invokeArrayFns, type Data } from '@vue/shared' import { type Component,