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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user