[Vuejs]-Why is v-model not showing up? Need to show value when in edit mode on form

-1👍

If you do it like this v-if="challenges && challenges.name" the field will be shown when there is data available in challenges.name

Leave a comment