Thomas Hochstetter
Thomas Hochstetter
Thanks, this really helpful. I wonder @Qwerios, did you have to include js-first libs like lodash, or even just a function from there? This seems to also complain about not...
For when is that planned? The library is (for me) currently not useable without this. The problem is exemplified with your plunker example ... when you drag to sort it...
The same applies to composeables in Vue 3. Example: ``` // composeables.ts import DOMPurify from "dompurify"; function useSanitize(html: string): string { return DOMPurify.sanitize(html); } // MyOptions.vue import { useSanitize }...
Hi @BenniG82 ... I have not looked into this further as yet. Sorry.
@BenniG82 you could have a look at [this doc](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/edit#heading=h.k0mh3o8u5hx), there is a section about **secondary entry points** that is enlightening :)