Closed robertnicjoo closed 4 years ago
no one has any idea here? :/
code ngawur..
this.products.push(...data.data);
or
this.products.push.apply(this.products, data.data);
not
this.products.push(data.data);
@BuGuru thank you this.products.push(...data.data);
works.
Version
^2.4.4
Vue.js version
^2.5.17
Reproduction Link
https://jsfiddle.net/robertnicjoo/qdot0gyb/4/
Steps to reproduce
html
script
screenshot
What is Expected?
showing all my data with correct values instead of undefined, etc.
What is actually happening?
not showing all my data with correct values.