Vue.js v-for not working in the application
In your success handler attach the items like
this.$set('results.items', list);
This might force the digest cycle and in case results.items was not originally declared in your data, they will be evaluated.