From 33ec2e6ec2fa3bed8f00f4518e6764527dd942a3 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Tue, 11 Apr 2023 12:30:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=B4=E6=97=B6=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E6=96=B0=E7=89=88=20vscode=20=E6=88=96=20ts=205.x=20=E6=97=B6?= =?UTF-8?q?=E6=89=BE=E4=B8=8D=E5=88=B0=20unplugin-vue-define-options/vite?= =?UTF-8?q?=20=E7=B1=BB=E5=9E=8B=E5=AF=BC=E8=87=B4=E7=9A=84=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 5dcf9c2..006fc04 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,6 +7,7 @@ import vueJsx from "@vitejs/plugin-vue-jsx" import { createSvgIconsPlugin } from "vite-plugin-svg-icons" import svgLoader from "vite-svg-loader" import UnoCSS from "unocss/vite" +// @ts-expect-error import DefineOptions from "unplugin-vue-define-options/vite" /** 配置项文档:https://cn.vitejs.dev/config */