林场巡检管理
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

unocss.js 252B

2 years ago
123456789
  1. import Unocss from 'unocss/vite'
  2. import { presetUno, presetAttributify, presetIcons } from 'unocss'
  3. // https://github.com/antfu/unocss
  4. export function unocss() {
  5. return Unocss({
  6. presets: [presetUno(), presetAttributify(), presetIcons()],
  7. })
  8. }