0👍
Name should be “images” instead of “images[]”. We just need to initiate images as empty array in the app
data: function() {
return {
images: []
}
},
Source:stackexchange.com
0👍
Name should be “images” instead of “images[]”. We just need to initiate images as empty array in the app
data: function() {
return {
images: []
}
},