Yuriy
Yuriy
А есть, что сказать по правильному подключению svg в разных случаях ? У меня сложилось мнение, что инлайн svg мы используем только в случае, когда мы будем анимировать этот элемент...
**Describe the bug** Can't use VueQrcodeReader component. Have a bug in console which says `"export 'default' (imported as 'VueQrcodeReader') was not found in 'vue-qrcode-reader'` **To Reproduce** - install library -...
I think it's useful to see small examples of custom properties instead of trying to find it in closed issues.
Hey, I am on developing vue.js UI library and some of my components use svg as below: `import noImage from '@/assets/no-image.svg';` and in template: `` Everything is fine when I...
Hey, thanks for your awesome work with this component 🐱 I found few things during library migration to version 8 from 4. And I hope it will be helpful for...