Veronique G.B.

Results 1 comments of Veronique G.B.

I think what's missing here is using `EffectScope` (https://vuejs.org/api/reactivity-advanced#effectscope) instead of `onMounted` and `onBeforeUnmount`. This lets you add code that uses reactivity and make sure that setup and cleanup happens...