Pooya Parsa

Results 962 comments of Pooya Parsa

Hi. Do you have a link to your component library or possibly can share my-icon implementation? Generally if a npm package wants to import something should explicitly define dependency (installing...

Hi. What is your nuxt version?

@Rasool-deldar Vuetify has its own loader system similar to components module (which i would suggest track in vuetify-module). For investigation here we need a pure project using nuxt 2.15+ (that...

I really love your idea @manuelhenke

@ricardogobbosouza ohmyfetch lacks featues like hooks to replace ky. Plan is to maintain axios/http but without major changes and create @nuxt/fetch to provide $fetch to both runtime and modules

Hi. Would you please try with nuxt 2.15?

There are actually two solutions to polyfill components in test environment: - Importing `.nuxt/components/plugin.js` (auto registers to global `Vue`) - Importing `.nuxt/components/index.js` and register manually For both, we need a...

That's a nice idea @nmackey. I'm currently a little bit overwhelmed by tasks but PR definitely welcome for adding examples or docs. /cc @danielroe @ricardogobbosouza if you are interested to...

Some suggestions: - It would be nice using bridge CAPI first - We can disable incompatible modules during migration - We can do `index.vue` refactor after migrating to nuxt 3

Hi @OsvaldoRino. Can you please confirm what nuxt version are you using? (from CLI banner). It is fixed in 2.15.4+