From e035830cb7d4022b7a37816476d1cf187f2bfe4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sun, 21 Apr 2024 20:15:32 +0800 Subject: [PATCH] refine: unocss --- uno.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uno.config.ts b/uno.config.ts index 63ff448..49a1cd1 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -11,7 +11,7 @@ import { import { presetApplet, presetRemRpx, transformerAttributify } from 'unocss-applet' // @see https://unocss.dev/presets/legacy-compat -import presetLegacyCompat from '@unocss/preset-legacy-compat' +import { presetLegacyCompat } from '@unocss/preset-legacy-compat' const isH5 = process.env?.UNI_PLATFORM === 'h5' const isMp = process.env?.UNI_PLATFORM?.startsWith('mp') ?? false