I am building a dynamic vuetify nav drawer, and I want to store the images in a JSON array. My question is, how can I (if it's even possible) pull the image attribute into the src of the tag?
I know using the following doesn't work, but what can to pull in the proper element?
<img class="nav-icon" src="{{item.image}}" />