I would like to know how I can get the length of my array in Native script /vue JS?
My code :
export default {
data: () => {
return {
i: 0,
log: [],
img:[
"~/Pictures/home.png",
"~/Pictures/test.png"
],
};
},
Do you have an idea?