2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-12 13:12:27 +03:00

style: eslint fix

This commit is contained in:
mxie
2018-07-02 17:13:19 +08:00
parent 5200fe0481
commit caa3a3acc2
5 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default {
name = component.$options.name
}
}
const lang = component && component.language || defaultLang
const lang = (component && component.language) || defaultLang
const arr = path.split('.')
let current = lang
let value