If we wanted the second item (item 2) to be the default we'd do this. <select> <option v-for="item in items" :selected="item === 'item 2'? true ...
確定! 回上一頁