Sascha Braun

Results 6 comments of Sascha Braun

I also started working on a solution for vuex typings and came out with something pretty similar to @championswimmer, though still not as mature: [vuex-simple](https://github.com/sascha245/vuex-simple) In the new version I...

So, I finally managed to get full type inference for standard vuex module's state/getters/dispatch/commit without any additional boilerplate. You can look at it here: https://github.com/sascha245/vuex-context In the end, there isn't...

@mrcrowl Thanks! And yes my solution makes use of ES6 Proxies, though that shouldn't be too big of a problem nowadays as even Vue is going to use them in...

Hi @hartmut-co-uk, I would be quite interested in adding more support for nuxt, so I am open to any ideas you might have. Concerning the classic mode, as it has...

Hello @MeriemTazen, The issue seems to come from an update of Chrome and the OrbitControls script. The version of the code used is probably a bit old, but replacing the...

The primary goal of this library is to enable people to easily create custom threejs content in Vue. Most unique features should therefore be added by the user. As for...