Fixed Spinner errors

pull/12/head
mertsincan 2019-05-03 11:56:27 +03:00
parent a9349aa4ba
commit a8493d07e9
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ export default {
input: event => { input: event => {
this.$emit('input', event.target.value) this.$emit('input', event.target.value)
}, },
focus: event => { focus: () => {
this.focused = true; this.focused = true;
}, },
blur: event => { blur: event => {