Haryus
Results
2
comments of
Haryus
Have anyone tried this: https://github.com/AlanWalk/markdown-toc/issues/65#issuecomment-438500104
One of the workaround is you can try to dynamically import the component to load it in your svelte page like this: ``` // QRcomponent.svelte import QrCode from 'svelte-qrcode'; export...