Ari Shojaei

Results 3 comments of Ari Shojaei

Well, if I want to explain... 1. I have a function that uses `nuxt/axios` to GET data and returns it. 2. Then I imported that function to another class: ```typescript...

> I got one definitely working solution, based on [this comment](https://github.com/nuxt/components/issues/58#issuecomment-814404235): > > > There are actually two solutions to polyfill components in test environment: > > Importing .nuxt/components/plugin.js (auto...

Well, if I want to explain... 1. I have a function that uses `nuxt/axios` to GET data and returns it. 2. Then I imported that function to another class: ```typescript...