Nicolas-Yazzoom

Results 7 comments of Nicolas-Yazzoom

I see how the second approach could solve the issue. So there's no way to achieve something similar without creating my own build of the project?

Hello again. I tried you example. Adding the prototype after the running the install works and makes the prototype functions available inside my toast component under `this.$toasts.ctx` as expected. This...

Hello there From the docs: "The interface or object literal type can contain references to types imported from other files, however, the generic argument itself passed to defineProps cannot be...

My bad, I misread the error. So this means `label: () => ({ label: 'label', plural: true })` and `label: () => { return { label: 'label', plural: true }}`...

You're likely looking for [shallowReactive](https://vuejs.org/api/reactivity-advanced.html#shallowreactive).

I'm using a plotting library in my project that is installed as a client side only plugin using the name convention (`yourplugin.client.ts`) since it uses browser API's. When running tests...