Vedmant

Results 101 comments of Vedmant

I have the same issue, any updates on this?

@ota-meshi defineNuxtComponent is a Nuxt 3 wrapper for defineComponent https://nuxt.com/docs/api/utils/define-nuxt-component#definenuxtcomponent, here is reproduction https://stackblitz.com/edit/github-amdjq7?file=pages/should-warning-but-doesnt.vue run `yarn lint` in console

@ota-meshi This import is optional, I prefer more explicit imports.

+1 I have the same issue, having something like `import PhHouse from "@phosphor-icons/vue/icons/PhHouse.vue"` will be the best solution

I ended up importing icons like this: ``` import PhList from '~/node_modules/@phosphor-icons/vue/dist/icons/PhList.vue' ```

I have the same issue ------------------------------ - Operating System: Darwin - Node Version: v20.12.2 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected]...

@AaronBeaudoin Thanks, you saved a lot of my time, that fixed my issue.

`components.d.ts` is not generated since I disabled it in Nuxt settings `autoImport: false,`. I import components implicitly. I just checked again and it imports component, however it's not using aliases...

Having the same issue when trying to downsize the 10208x10208px image on iPhone, any way to resolve this?