xtylovesyj

Results 1 comments of xtylovesyj

``` VUE {{l}} var ul = new Vue({ el: '#list', data: { list: ['apple', 'banana', 'orange'] } }) setTimeout(function () { // $('grape').prependTo($('#list')) $('#list').children().first()[0].childNodes[0].textContent = 'grape'; }, 3000); setTimeout(function ()...