UI: delay 300ms to refresh dropdown component

pull/45/head
Doflatango 2017-10-23 11:37:11 +08:00
parent 25f10aeb42
commit 8c2d33af2c
2 changed files with 13 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@ -34,7 +34,7 @@ export default {
});
setTimeout(()=>{
$(vm.$el).dropdown('set exactly', vm.selected).dropdown('refresh');
}, 200);
}, 300);
},
updated: function(){