From e4bbd2a277b1576284d1acaca3a4a777269aa67e Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Fri, 26 Aug 2022 10:36:36 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=BB=9F=E4=B8=80=E9=87=87=E7=94=A8?= =?UTF-8?q?=20import=20type=20=E8=AF=AD=E6=B3=95=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 3875a390..6e316fe0 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,5 +1,5 @@ -import { UserConfigExport, loadEnv } from "vite" -import type { ConfigEnv } from "vite" +import { loadEnv } from "vite" +import type { ConfigEnv, UserConfigExport } from "vite" import path, { resolve } from "path" import vue from "@vitejs/plugin-vue" import { createSvgIconsPlugin } from "vite-plugin-svg-icons"