Vitaliy

Results 12 comments of Vitaliy

> @Benjaminbai @kongyijilafumi @Nice-yang @tsiotska @ekiliqua @Ginxo @PingZai-Tse @TomasTarasovic > Can any one of you setup a public repository and reproduce this bug. I'll fix that. Currently, above mentioned information...

It looks weird in color.less ![image](https://user-images.githubusercontent.com/51022409/127772081-d320806a-e84a-4bbd-82c0-d2de237147fa.png)

Faced same issue, i use vue-property-decorator and firstly thought that issue lies in it. Btw, fixed it moving logic to another function in mixin that invokes navigation guard from component....

Quickly figured out how to make it work with static module. Just get rid of "name" : @Module({ namespaced: true })

> I also can't quite get this to work, but I'm getting an error I'm not seeing anyone else having: > > ``` > ERROR Failed to compile with 1...

Update: error was caused because in onDone hook body i destroyed component that used mutation (closed modal window), thus i lost global loading tracking. But shouldn't "onDone" be invoked after...

I managed to solve it just wrapping imports in the script tag, thus browser treats it as module, while node found it ambiguous. ```js import "@splidejs/splide/css"; import Splide from "@splidejs/splide";...

I want, once I ensure base multi mutation works I plan to take a deeper look into the missing essential Mutation features, including: - gcTime (garbage collection for stale cache)...