mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2025-12-30 13:12:26 +00:00
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
import { defineConfig, presetTypography, presetUno } from 'unocss';
|
|
|
|
export default defineConfig({
|
|
presets: [presetUno(), presetTypography()],
|
|
});
|