Anthony Fu
Anthony Fu
What do you mean? `semi` is `false` by default. The highlighting error sounds like a bug of Vue language tools but not related to this project. When `semi` is set...
I have something build-time for your to reference: https://github.com/antfu/starter-vue-webcomponent-uno
I would love to support this by making the runtime more flexible with something like a shadow DOM mode. I think we should: - Allow to provide a custom element...
What's the reason we still need to display them?
UnoCSS detects usages via the transform pipeline, where in Nuxt Content, the content doesn't go into the bundler transform processor. Thus you will need to configure UnoCSS to scan from...
I wonder if we could consider this as a fix rather than a breaking change
@Mini-ghost Let's see your implementation as well! Thanks
I think it's better for us to provide a `onVersionUpdated` callback option in the config, where the old and new versions are provided in the arguements, and user could do...
Can anyone share a reproduction repo? I'll have a look
Did you tried to upgrade your deps, rebuild locks, or run `pnpm dedupe` on your projects first?