kidonng / unocss-preset-daisy

UnoCSS preset for daisyUI
https://unocss-preset-daisy.vercel.app
MIT License
220 stars 19 forks source link

Error when using nuxt3 #11

Closed Rednas83 closed 1 year ago

Rednas83 commented 1 year ago

With the just released version there is an error when used with nuxt3 image

Is it missing a default value?

kidonng commented 1 year ago

This package now uses named export, please see the release notes:

- import presetDaisy from 'unocss-preset-daisy'
+ import {presetDaisy} from 'unocss-preset-daisy'