Jamie Curnow

Results 8 comments of Jamie Curnow

I also wanted a Vue 3 version of this for use just with the composition API in the `setup()` function. No Vue plugin, no adding to `this`, no Vue directive,...

@pi0 Thank you for pointing me in the right direction! You're right - it's not straightforward at the moment 😅 I managed to figure it out though and made a...

@vintonHuang can you provide more information / a minimal reproduction?

I made a little component for this if anyone is interested. ```ts import { Object3D } from 'troisjs' import { defineComponent, PropType, watch } from 'vue' import { SVGLoader, SVGResultPaths...

Hi @MarkDuckworth, that totally makes sense why this is happening now after your explanation, so thank you so much for the reply 🙌 It's super interesting that a `set()` with...

@wocwin Could you create a minimal reproduction please? I've installed in a fresh vue project with vite and with webpack and all seems to be working.

Not able to reproduce. Please provide a minimal reproduction repo to test on 🙏

This happened to me also. It was because I was sending up the HTML in an object which was being JSON.stringified to send up to the server endpoint. That meant...