shrpne
shrpne
Thank you for proposing workaround, but I think that `clearSuggestions` will not work perfectly - in my production code, `list` is a computed property, so I do not really call...
@elliottregan your link to font-face support article is outdated Here is actual support list (which is much more bigger): https://www.campaignmonitor.com/resources/guides/web-fonts-in-email/
Am I right, that solution to the issue is to revert this commit: f6264415c401edfe60acef9c0bbab86b206b6234 ?
Is not this #1196 issue was invalid? Because what happens now with `-moz-read-only` is exactly what that issue was proposing.
Thank you! `innerHTML` for SVG can be easily polyfilled, for example, https://github.com/dnozay/innersvg-polyfill. I do not plan to add polyfill in the repo, because IE11 has low usage, but I think...
Interesting, I have to investigate this. If you have some examples, I will glad to take a look at them. As a workaround, you can use `` to remove root...
Hi, thank you for idea, I will be glad to merge changes that improve performance, but I don't understand how you plan to convert it to stateless component and still...
Well, vue-inline-svg was intended to be fast, simple and small. Looks like this approach will introduce a little bit more complexity than I expect. For now, I'm not sure, that...
Closing, because functional components are not a thing in vue3 https://v3-migration.vuejs.org/breaking-changes/functional-components.html
Maybe it will be more useful to save the whole request object then?