Commit fa60874 1 parent 5346fb6 commit fa60874 Copy full SHA for fa60874
File tree 1 file changed +26
-1
lines changed
1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<v-container grid-list-md fluid >
3
3
<v-layout row wrap >
4
- <v-flex lg3 sm6 xs12 >
4
+ <v-flex lg3 sm6 xs12 class = " mb-4 " >
5
5
<mini-statistic
6
6
icon =" fa fa-users"
7
7
title =" Customers"
8
8
:sub-title =" clienteleCount"
9
9
color =" indigo" >
10
10
</mini-statistic >
11
11
</v-flex >
12
+ <v-flex lg3 sm6 xs12 >
13
+ <mini-statistic
14
+ icon =" fa fa-bus"
15
+ title =" Buses"
16
+ :sub-title =" clienteleCount"
17
+ color =" green" >
18
+ </mini-statistic >
19
+ </v-flex >
20
+ <v-flex lg3 sm6 xs12 >
21
+ <mini-statistic
22
+ icon =" fa fa-money"
23
+ title =" Revenue"
24
+ :sub-title =" revenueCount"
25
+ color =" grey" >
26
+ </mini-statistic >
27
+ </v-flex >
28
+ <v-flex lg3 sm6 xs12 >
29
+ <mini-statistic
30
+ icon =" fa fa-bar-chart"
31
+ title =" Payments"
32
+ :sub-title =" revenueCount"
33
+ color =" red darken-3" >
34
+ </mini-statistic >
35
+ </v-flex >
12
36
</v-layout >
13
37
<v-layout row wrap >
14
38
<v-flex xs12 sm4 >
183
207
data : function () {
184
208
return {
185
209
mortgageCost: ' 5000k' ,
210
+ revenueCount: ' 150k' ,
186
211
clienteleCount: ' ' ,
187
212
chartOptions: {
188
213
chart: {
You can’t perform that action at this time.
0 commit comments