Add groups, items and options in your observed data or computed. new Vue({ el: '#app', data() { return { groups: [{ id: 0, content: 'Group 1' }] ...
確定! 回上一頁