You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's assume, we have the following template code selected:
<button>
{{heroes[i]}}
</button>
Then it would be useful if the name of the input attribute would have the name hero and not heroes as the value is a single object and not the array itself.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Let's assume, we have the following template code selected:
Then it would be useful if the name of the input attribute would have the name
heroand notheroesas the value is a single object and not the array itself.Output:
Beta Was this translation helpful? Give feedback.
All reactions