diff --git a/uno.config.ts b/uno.config.ts index 5ba5250..f733f74 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -55,7 +55,11 @@ export default defineConfig({ // 支持css class组合,eg: `
测试 unocss
` transformerVariantGroup(), // Don't change the following order - transformerAttributify(), + transformerAttributify({ + // 解决与第三方框架样式冲突问题 + prefixedOnly: true, + prefix: 'fg', + }), transformerApplet(), ], rules: [