Answer the question
In order to leave comments, you need to log in
How to make the user add data himself, vue.js?
For example, there is data
data: {
colors: [ 'red', 'lime', 'blue', 'yellow', 'black' ],
}
Answer the question
In order to leave comments, you need to log in
Just push a new color into the array and that's it:
<div
style = "background:cyan"
@click = "colors.push( 'cyan' )">
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question