2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-23 11:10:36 +03:00

feat: export the fecha to use

This commit is contained in:
mxie
2018-06-23 10:35:19 +08:00
parent 4aeab41add
commit ac958d4c35
+1
View File
@@ -105,6 +105,7 @@ import locale from '@/mixins/locale'
import Languages from '@/locale/languages' import Languages from '@/locale/languages'
export default { export default {
fecha,
name: 'DatePicker', name: 'DatePicker',
components: { CalendarPanel }, components: { CalendarPanel },
mixins: [locale], mixins: [locale],