diff --git a/uno.config.ts b/uno.config.ts index 91a4a7e..9fcce48 100644 --- a/uno.config.ts +++ b/uno.config.ts @@ -10,12 +10,7 @@ import { export default defineConfig({ presets: [ - presetUni({ - // attributify: { - // // prefix: 'fg-', // 如果加前缀,则需要在代码里面使用 `fg-` 前缀,如:
- // prefixedOnly: true, - // }, - }), + presetUni(), presetIcons({ scale: 1.2, warn: true,