Harry Tran

Results 47 comments of Harry Tran

Yes, it's exactly what I think about its 😆 - in minimal setup. But greater when we have some config like ``` import { defineConfig } from 'vite' import autoImport...

Hopefully someone can fix this 🥹. The bundles size include 67kbs gzip 🥲. Thanks ![image](https://user-images.githubusercontent.com/24296018/170470342-bc380bb5-6c88-4bcc-a419-6d1270306db6.png)

Thanks for your quick response. I think your solution is valid for now(call HTTP in browser). So I will try to pre-bundle MUI. But if you find something interesting alternative...

Currently, I just know this eslint plugin can do this - https://github.com/arcanis/eslint-plugin-arca. They use this in https://github.com/yarnpkg/berry repo. But hopefully, the prettier team can do that without eslint.

Hi @manojVivek, can you update the progress of this issue? Hick, I love this but can not use this BCS this problem.

Actually, this issue related to https://github.com/vuejs/vue-apollo/issues/1081. And like @toddheslin said, should use `@vue/[email protected]`. If anyone wants to use some new method, you can self-implement it = look for it in...

> Yeah ... left it as much for anyone coming after you. :) ![image](https://user-images.githubusercontent.com/24296018/76769099-917c7c80-67ce-11ea-875b-715b67216c9d.png) I don't know why but in mobile device => itemsToShow = 2 it's not working! I...

> @harrytran998 I'm not sure I can but do you have `itemsToShow:` set to the default #? That should work for mobile > > so it might look like: >...

I hope you can make a pr for it, it's nice to try

> As a workaround, I'm registering all components as global Vue components in my jest setup file: > > ```js > [ > 'app/components/MyComponentA.vue', > 'app/components/MyComponentB.vue', > 'ui-kit/components/ComponentA.vue', > 'ui-kit/components/ComponentB.vue',...