0👍
Solution:
I changed instance’s properties
data: {},
to:
data: {items: []},
and
then in parse
method I jus tused
this.json.data = p;
- [Vuejs]-I am using custom build sidebar component and not sure how to add data
- [Vuejs]-[Vue warn]: Error in render: "TypeError: Cannot read property 'name' of undefined"
Source:stackexchange.com