shrpne
shrpne
I have added this fix into my version of autosize wrapper https://github.com/shrpne/v-autosize
I have added this fix into my version of autosize wrapper https://github.com/shrpne/v-autosize
Thanks for reaching out. `vue-inline-svg` currently doesn't process Vue directives inside SVG files. For now, I'm not sure if it's possible to implement it. I think the best approach for...
Another approach is to use `transformSource` prop to manually replace `v-text` attribute with the desired content
agree with @hungify, such behavior is very unintuitive. IMO micro performance optimization doesn't worth such bad DX
for now Prettier has 45 open "vue template" issues. Looks like it isn't keeping up, so such option is really needed
`@starting-style` is supported in Firefox now from 129 version
Can you provide reproduction? Did you check only last version or are you facing this issue after updating from 3.1.3?
It is strange. InlineSvg component was not changed during 3.1.3 -> 3.1.4 update. There are only changes in .d.ts types
If it fails on type check, then I suppose the issue is not a memory leak. If InlineSvg's d.ts causes your tsc to fail, then probably you should use [skipLibCheck](https://www.typescriptlang.org/tsconfig/#skipLibCheck)...