mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-05-13 01:46:01 +08:00
6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
import { defineConfig, presetTypography, presetUno } from 'unocss'
|
|
|
|
export default defineConfig({
|
|
presets: [presetUno(), presetTypography()],
|
|
})
|