From 7fc6c316cdbdaa8c366b16c4577c1abe7fae0359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=87=95=E5=8D=9A=E6=96=87?= <349952469@qq.com> Date: Wed, 11 Sep 2024 11:43:36 +0800 Subject: [PATCH] =?UTF-8?q?optimize(projects):=20remove=20defineModel=20se?= =?UTF-8?q?tting=EF=BC=8Cenabled=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/plugins/index.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/plugins/index.ts b/build/plugins/index.ts index debec6782..52c72755a 100644 --- a/build/plugins/index.ts +++ b/build/plugins/index.ts @@ -10,11 +10,7 @@ import { setupHtmlPlugin } from './html'; export function setupVitePlugins(viteEnv: Env.ImportMeta, buildTime: string) { const plugins: PluginOption = [ - vue({ - script: { - defineModel: true - } - }), + vue(), vueJsx(), VueDevtools(), setupElegantRouter(),