Powered by
`name` is reserved as a reference to the Vuex stor...
# ❓questions
k
kalle
03/10/2023, 12:15 PM
name
is reserved as a reference to the Vuex store, so when component are loaded, form inputs by that
name
get data to input values. You may be looking for
label
in your case?
Previous
Next