Alexey Istomin

Results 10 comments of Alexey Istomin

> What is the best ? Each country in the language of the country? I think you should add `language` prop with type `Array`. Default value for the prop will...

As a temporary solution, you can [specify the path](https://storybook.nuxtjs.org/api/options#stories) to the sprite yourself and [exclude library from modules](https://github.com/nuxt-community/svg-sprite-module/issues/265#issuecomment-1069402552). ```js stories: [ './node_modules/@nuxtjs/svg-sprite/stories/**/*.stories.js', ], ```

> If you want fully type checks then stop working with Vue. > It's hilarious how Vue is getting hyped, but at the end of the day it totally sucks....

@river-lee, I have error on `fullpage.js:238:17` `console.log(e.wheelDelta);` returns `undefined`

@googlebot I signed it!

> This won't work. Even when you do it the other way around, using Express inside Nuxt via serverMiddleware, [aliases won't work](https://github.com/nuxt/nuxt.js/issues/4580) (slightly related). > > PS: I suggest to...

> This is an issue for us as well : We use a monorepo where one of the packages is a nuxt typescript build , the rest is API, etc,...

Hi! Is the Twitter component not suitable for you? What's the difference?