items : [ { title: 'ajdjf', disabled: true }, .... ] And then in the template, you set the property. <v-list-item v-for="item in items" : ...
確定! 回上一頁