S K Y

Results 22 comments of S K Y

Have same issue, althrough program runs well despite zoom problem

Can't just onResult be called with cached result also? It'd solve all problems.

I've made [helper package](https://www.npmjs.com/package/@xxskyy/vue-apollo-helper) that helps with this and some other problem I've faced in all my projects, feel free to use it till this issue wont be resolved.

I've experienced same issues with latest apollo and vue apollo, 2 simple SSR queries takes over 15 seconds to load page.

Hey, thanks for amazing time saver, I'm testing app right now on vue3+ts and so far works well! It's quite same way as on react Example with almost any variant...

Sure, soon I'll figure it out.

After time I think it this bug could be a feature, not supporting `.class` will keep code consistency as for example **colons** are not permitted in this syntax, keeping all...

> I've tested it and it seems that the class syntax works but Pug syntax doesn't. `p(class="text-red-600") My Text` will show correctly a red text. But `p.text-red-600 My Text` doesn't...

@lmiller1990 It is. with latest `jest` packages and `@vue/vue3-jest` I'm still receiving errors like `ReferenceError: computed is not defined` if it's not imported in component.