Anthony Fu
Anthony Fu
I think, in general, the quality of this PR does not match the standard: - Hard-coded specific handling (despite the review comment, the issue still presets) - The solution seems...
Could you provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example)? Thanks. > [Why reproduction is required](https://antfu.me/posts/why-reproductions-are-required)
The config already changed to accept both style - the original issue should be resolved
Some packages might be relying on the internal singleton states (in my case is `@vue/composition-api`). Just imagining ```ts import Vue from 'vue' Vue.use(SomePlugin) ``` ```ts import Vue from 'vue' Vue.$someplugin()...
Yeah, the problem is that we want to do some aliasing here so we have to opt-out of those dependencies. If we exclude one sub dependencies (vue-demi) which make all...
Test added, `resolveDynamicModel` updated.
That's an interesting observation; thanks for sharing! Unfortunately, I am not able to set up your project to run locally (Prisma related). It would be great if you could set...
Do you see `ssr: false`? Nuxt Icon works mainly with the server, on `ssr:false` it will fallback to Iconify's public API, which does not have your custom icon. I am...
The point of Nuxt Icon is to handle dynamic icons loading. We couldn't statically detect the case of ``. For static, built-time solution I would recommend using UnoCSS's icon preset...
The default should be improved in https://github.com/nuxt/icon/commit/de92533214c63d5a7a31ed2d54f27f9e4c4c645f And the docs will be improved in #206 - let me know of anything else is missing