|
2 | 2 | <div class="animated fadeIn"> |
3 | 3 | <b-row> |
4 | 4 | <b-col sm="6" lg="3"> |
5 | | - <widget01 header="89.9%" variant="success"/> |
| 5 | + <widget01 header="89.9%" text="Lorem ipsum..." footer="Lorem ipsum dolor sit amet enim." |
| 6 | + variant="success" :value="25"/> |
6 | 7 | </b-col> |
7 | 8 | <b-col sm="6" lg="3"> |
8 | | - <widget01 header="12.124" variant="info"/> |
| 9 | + <widget01 header="12.124" text="Lorem ipsum..." footer="Lorem ipsum dolor sit amet enim." |
| 10 | + variant="info" :value="25"/> |
9 | 11 | </b-col> |
10 | 12 | <b-col sm="6" lg="3"> |
11 | | - <widget01 header="$98.111,00" variant="warning"/> |
| 13 | + <widget01 header="$98.111,00" text="Lorem ipsum..." footer="Lorem ipsum dolor sit amet enim." |
| 14 | + variant="warning" :value="25"/> |
12 | 15 | </b-col> |
13 | 16 | <b-col sm="6" lg="3"> |
14 | | - <widget01 header="2 TB" variant="danger"/> |
| 17 | + <widget01 header="2 TB" text="Lorem ipsum..." footer="Lorem ipsum dolor sit amet enim." |
| 18 | + variant="danger" :value="25"/> |
15 | 19 | </b-col> |
16 | 20 | </b-row><!--/.row--> |
17 | 21 | <b-row> |
18 | 22 | <b-col sm="6" lg="3"> |
19 | | - <widget01 header="89.9%" variant="background-success"/> |
| 23 | + <widget01 header="89.9%" text="Lorem ipsum..." footer="Lorem ipsum dolor sit amet enim." |
| 24 | + variant="background-success" :value="25"/> |
20 | 25 | </b-col> |
21 | 26 | <b-col sm="6" lg="3"> |
22 | | - <widget01 header="12.124" variant="background-info"/> |
| 27 | + <widget01 header="12.124" text="Lorem ipsum..." footer="Lorem ipsum dolor sit amet enim." |
| 28 | + variant="background-info" :value="25"/> |
23 | 29 | </b-col> |
24 | 30 | <b-col sm="6" lg="3"> |
25 | | - <widget01 header="$98.111,00" variant="background-warning"/> |
| 31 | + <widget01 header="$98.111,00" text="Lorem ipsum..." footer="Lorem ipsum dolor sit amet enim." |
| 32 | + variant="background-warning" :value="25"/> |
26 | 33 | </b-col> |
27 | 34 | <b-col sm="6" lg="3"> |
28 | | - <widget01 header="2 TB" variant="background-danger"/> |
| 35 | + <widget01 header="2 TB" text="Lorem ipsum..." footer="Lorem ipsum dolor sit amet enim." |
| 36 | + variant="background-danger" :value="25"/> |
29 | 37 | </b-col> |
30 | 38 | </b-row><!--/.row--> |
31 | 39 | <b-row> |
32 | 40 | <b-col cols="12" sm="6" lg="3"> |
33 | | - <widget02 header="$1.999,50" iconClasses="fa fa-cogs bg-primary"/> |
| 41 | + <widget02 header="$1.999,50" iconClasses="fa fa-cogs bg-primary" text="Income"/> |
34 | 42 | </b-col> |
35 | 43 | <b-col cols="12" sm="6" lg="3"> |
36 | | - <widget02 header="$1.999,50" iconClasses="fa fa-laptop bg-info"/> |
| 44 | + <widget02 header="$1.999,50" iconClasses="fa fa-laptop bg-info" text="Income"/> |
37 | 45 | </b-col> |
38 | 46 | <b-col cols="12" sm="6" lg="3"> |
39 | | - <widget02 header="$1.999,50" iconClasses="fa fa-moon-o bg-warning bg-primary"/> |
| 47 | + <widget02 header="$1.999,50" iconClasses="fa fa-moon-o bg-warning bg-primary" text="Income"/> |
40 | 48 | </b-col> |
41 | 49 | <b-col cols="12" sm="6" lg="3"> |
42 | | - <widget02 header="$1.999,50" iconClasses="fa fa-bell bg-danger"/> |
| 50 | + <widget02 header="$1.999,50" iconClasses="fa fa-bell bg-danger" text="Income"/> |
43 | 51 | </b-col> |
44 | 52 | </b-row><!--/.row--> |
45 | 53 | <b-row> |
46 | 54 | <b-col cols="12" sm="6" lg="3"> |
47 | | - <widget02 header="$1.999,50" iconClasses="fa fa-cogs bg-primary" :showLink="true"/> |
| 55 | + <widget02 header="$1.999,50" iconClasses="fa fa-cogs bg-primary" text="Income" :showLink="true"/> |
48 | 56 | </b-col> |
49 | 57 | <b-col cols="12" sm="6" lg="3"> |
50 | | - <widget02 header="$1.999,50" iconClasses="fa fa-laptop bg-info" :showLink="true"/> |
| 58 | + <widget02 header="$1.999,50" iconClasses="fa fa-laptop bg-info" text="Income" :showLink="true"/> |
51 | 59 | </b-col> |
52 | 60 | <b-col cols="12" sm="6" lg="3"> |
53 | | - <widget02 header="$1.999,50" iconClasses="fa fa-moon-o bg-warning bg-primary" :showLink="true"/> |
| 61 | + <widget02 header="$1.999,50" iconClasses="fa fa-moon-o bg-warning bg-primary" text="Income" :showLink="true"/> |
54 | 62 | </b-col> |
55 | 63 | <b-col cols="12" sm="6" lg="3"> |
56 | | - <widget02 header="$1.999,50" iconClasses="fa fa-bell bg-danger" :showLink="true"/> |
| 64 | + <widget02 header="$1.999,50" iconClasses="fa fa-bell bg-danger" text="Income" :showLink="true"/> |
57 | 65 | </b-col> |
58 | 66 | </b-row><!--/.row--> |
59 | 67 | <b-row> |
60 | 68 | <b-col cols="12" sm="6" lg="3"> |
61 | | - <widget03 header="$1.999,50" iconClasses="fa fa-cogs bg-primary"/> |
| 69 | + <widget03 header="$1.999,50" text="Income" iconClasses="fa fa-cogs bg-primary"/> |
62 | 70 | </b-col> |
63 | 71 | <b-col cols="12" sm="6" lg="3"> |
64 | | - <widget03 header="$1.999,50" iconClasses="fa fa-laptop bg-info"/> |
| 72 | + <widget03 header="$1.999,50" text="Income" iconClasses="fa fa-laptop bg-info"/> |
65 | 73 | </b-col> |
66 | 74 | <b-col cols="12" sm="6" lg="3"> |
67 | | - <widget03 header="$1.999,50" iconClasses="fa fa-moon-o bg-warning bg-primary"/> |
| 75 | + <widget03 header="$1.999,50" text="Income" iconClasses="fa fa-moon-o bg-warning bg-primary"/> |
68 | 76 | </b-col> |
69 | 77 | <b-col cols="12" sm="6" lg="3"> |
70 | | - <widget03 header="$1.999,50" iconClasses="fa fa-bell bg-danger"/> |
| 78 | + <widget03 header="$1.999,50" text="Income" iconClasses="fa fa-bell bg-danger"/> |
71 | 79 | </b-col> |
72 | 80 | </b-row><!--/.row--> |
73 | 81 | <b-row> |
74 | 82 | <b-col cols="12" sm="6" lg="3"> |
75 | | - <widget03 header="$1.999,50" iconClasses="fa fa-cogs bg-primary px-5"/> |
| 83 | + <widget03 header="$1.999,50" text="Income" iconClasses="fa fa-cogs bg-primary px-5"/> |
76 | 84 | </b-col> |
77 | 85 | <b-col cols="12" sm="6" lg="3"> |
78 | | - <widget03 header="$1.999,50" iconClasses="fa fa-laptop bg-info px-5"/> |
| 86 | + <widget03 header="$1.999,50" text="Income" iconClasses="fa fa-laptop bg-info px-5"/> |
79 | 87 | </b-col> |
80 | 88 | <b-col cols="12" sm="6" lg="3"> |
81 | | - <widget03 header="$1.999,50" iconClasses="fa fa-moon-o bg-warning bg-primary px-5"/> |
| 89 | + <widget03 header="$1.999,50" text="Income" iconClasses="fa fa-moon-o bg-warning bg-primary px-5"/> |
82 | 90 | </b-col> |
83 | 91 | <b-col cols="12" sm="6" lg="3"> |
84 | | - <widget03 header="$1.999,50" iconClasses="fa fa-bell bg-danger px-5"/> |
| 92 | + <widget03 header="$1.999,50" text="Income" iconClasses="fa fa-bell bg-danger px-5"/> |
85 | 93 | </b-col> |
86 | 94 | </b-row><!--/.row--> |
87 | 95 | <b-row> |
@@ -160,18 +168,13 @@ import Widget04 from './widgets/Widget04' |
160 | 168 | import Widget05 from './widgets/Widget05' |
161 | 169 |
|
162 | 170 | export default { |
163 | | - name: 'widgets', |
| 171 | + name: 'Widgets', |
164 | 172 | components: { |
165 | 173 | Widget01, |
166 | 174 | Widget02, |
167 | 175 | Widget03, |
168 | 176 | Widget04, |
169 | 177 | Widget05 |
170 | 178 | }, |
171 | | - data () { |
172 | | - return { |
173 | | - msg: 'Widgets' |
174 | | - } |
175 | | - } |
176 | 179 | } |
177 | 180 | </script> |
0 commit comments