Hello, there is an array:
Code:
var content = new Vue({ el: '#content', data: { data: data } }); All values from the array are output, but how do you output values from the items array which is inside data? The composition of items does not depend on me, the lines are constantly removed and added.
