enter image description here computed Result: my photo don’t wanna show on field enter image description here Answer should work for getting the correct URL. However, it won’t show inside the filed, if that’s what you’re trying to do. Text form inputs cannot contain images (other than displayed as background images). They cannot contain any flow content, for that matter.
Tag: vuetify-datatable
How to return id of a row from v-data-table in VueJs
I’m currently struggling with returning the id of a specific field from each row. I need this id to use it as a parameter for a function that will be used in an action button to delete the row. This is how my table template is looking like: This is how my headers are looking like (my headers is dynamically