2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-07 02:22:27 +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'
export default {
fecha,
name: 'DatePicker',
components: { CalendarPanel },
mixins: [locale],