mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Optimize some code
This commit is contained in:
parent
f6d0db1b4f
commit
a691825fdb
1 changed files with 1 additions and 3 deletions
|
@ -8,7 +8,5 @@ export default function (value) {
|
|||
return;
|
||||
}
|
||||
|
||||
let el = this.el;
|
||||
|
||||
Vue.nextTick(() => el.focus());
|
||||
Vue.nextTick(() => this.el.focus());
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue