Added more intervals

This commit is contained in:
Douglas Barone 2022-12-21 07:31:47 -04:00
parent 2ac9a93701
commit d8620c570b

View File

@ -99,6 +99,10 @@ export default {
data: () => ({
minutesIn: 1440,
minutesInItems: [
{
text: 'Última hora',
value: 60
},
{
text: 'Últimas 3 horas',
value: 180
@ -118,6 +122,10 @@ export default {
{
text: 'Últimos 7 dias',
value: 10080
},
{
text: 'Últimos 30 dias',
value: 43200
}
]
}),