I am a php developer and i am just learning vue. I want to know how can i change the height width of svg image using v-img tag.
Here is the code
<v-img src="/empty.svg" aspect-ratio="2"></v-img>
The above code hide the image or doesn't seem to be working. Please help me to solve this small issue.
Any solution appreciated!