new Vue({ //... data: { //... sortOrder: [ { field: 'email', direction: 'asc' } ] } }). WARNING. Note that the sort-order prop must be an array even if it ...
確定! 回上一頁