Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 17, 2020 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/6f9e73bc616eefeb04ad1473372d1428 to your computer and use it in GitHub Desktop.
Save parzibyte/6f9e73bc616eefeb04ad1473372d1428 to your computer and use it in GitHub Desktop.
data: () => ({
// ...
calendario: {
meses: [
'enero',
'febrero',
'marzo',
'abril',
'mayo',
'junio',
'julio',
'agosto',
'septiembre',
'octubre',
'noviembre',
'diciembre',
],
dias: [
'do',
'lu',
'ma',
'mi',
'ju',
'vi',
'sá',
],
},
}),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment