File tree Expand file tree Collapse file tree 8 files changed +38
-37
lines changed Expand file tree Collapse file tree 8 files changed +38
-37
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default [
10
10
icon : 'cui-speedometer' ,
11
11
badge : {
12
12
color : 'primary' ,
13
- textHtml : 'NEW'
13
+ text : 'NEW'
14
14
}
15
15
}
16
16
}
@@ -296,7 +296,7 @@ export default [
296
296
icon : 'cui-star' ,
297
297
badge : {
298
298
color : 'info' ,
299
- textHtml : 'NEW'
299
+ text : 'NEW'
300
300
}
301
301
}
302
302
}
@@ -374,7 +374,7 @@ export default [
374
374
icon : 'cui-calculator' ,
375
375
badge : {
376
376
color : 'primary' ,
377
- textHtml : 'NEW' ,
377
+ text : 'NEW' ,
378
378
pill : true
379
379
}
380
380
}
Original file line number Diff line number Diff line change @@ -32,51 +32,51 @@ export default {
32
32
return {
33
33
items: [
34
34
{
35
- textHtml : ' <b>Admin</b>' ,
35
+ text : ' <b>Admin</b>' ,
36
36
href: ' #'
37
37
},
38
38
{
39
- textHtml : ' Manage' ,
39
+ text : ' Manage' ,
40
40
href: ' #'
41
41
},
42
42
{
43
- textHtml : ' Library'
43
+ text : ' Library'
44
44
}
45
45
],
46
46
47
47
48
48
items2: [
49
49
{
50
- textHtml : ' Go to dashboard' ,
50
+ text : ' Go to dashboard' ,
51
51
to: ' /dashboard'
52
52
},
53
53
{
54
- textHtml : ' Go to widgets' ,
54
+ text : ' Go to widgets' ,
55
55
to: ' /Widgets'
56
56
},
57
57
{
58
- textHtml : ' Go to Google' ,
58
+ text : ' Go to Google' ,
59
59
href: ' http://google.com'
60
60
},
61
61
{
62
- textHtml : ' Current page'
62
+ text : ' Current page'
63
63
}
64
64
],
65
65
66
66
67
67
items3: [
68
68
{
69
- textHtml : ' Added' ,
69
+ text : ' Added' ,
70
70
to: ' #2' ,
71
71
addClasses: ' font-xl'
72
72
},
73
73
{
74
- textHtml : ' Custom' ,
74
+ text : ' Custom' ,
75
75
to: ' #3' ,
76
76
addClasses: ' font-xl'
77
77
},
78
78
{
79
- textHtml : ' Classes' ,
79
+ text : ' Classes' ,
80
80
to: ' #4' ,
81
81
addClasses: ' font-xl text-danger'
82
82
}
Original file line number Diff line number Diff line change 17
17
</CCardHeader >
18
18
<CCardBody >
19
19
<CNavbar
20
- toggleable =" md"
20
+ expandable =" md"
21
21
color =" info"
22
22
>
23
- <CNavbarToggler @click =" show=!show" />
23
+ <CToggler inNavbar @click =" show=!show" />
24
24
<CNavbarBrand href =" #" >NavBar</CNavbarBrand >
25
25
<CCollapse :show =" show" navbar >
26
26
<CNavbarNav >
87
87
</CCardHeader >
88
88
<CCardBody >
89
89
<CNavbar toggleable =" sm" light color =" light" >
90
- <CNavbarToggle @click =" navbarText=!navbarText" ></ CNavbarToggle >
90
+ <CToggler inNavbar @click =" navbarText=!navbarText" / >
91
91
<CNavbarBrand >CoreuiVue</CNavbarBrand >
92
92
<CCollapse :show =" navbarText" navbar >
93
93
<CNavbarNav >
103
103
<small >dropdown</small >
104
104
</CCardHeader >
105
105
<CCardBody >
106
- <CNavbar toggleable =" sm" color =" primary" >
107
- <CNavbarToggle @click =" navbarDropdown = !navbarDropdown" ></ CNavbarToggle >
106
+ <CNavbar expandable =" sm" color =" primary" >
107
+ <CToggler inNavbar @click =" navbarDropdown = !navbarDropdown" / >
108
108
<CCollapse :show =" navbarDropdown" navbar >
109
109
<CNavbarNav >
110
110
<CNavItem href =" #" >Home</CNavItem >
111
111
<CNavItem href =" #" >Link</CNavItem >
112
112
<!-- Navbar dropdowns -->
113
113
<CDropdown
114
114
toggler-text =" Lang"
115
- right
115
+ placement = " bottom-end "
116
116
nav
117
117
>
118
118
<CDropdownItem >EN</CDropdownItem >
122
122
</CDropdown >
123
123
<CDropdown
124
124
toggler-text =" User"
125
- right
125
+ placement = " bottom-end "
126
126
nav
127
127
>
128
128
<CDropdownItem >Account</CDropdownItem >
Original file line number Diff line number Diff line change 125
125
class =" position-absolute"
126
126
color =" secondary"
127
127
style =" right :10px ;top : 50% ;transform : translateY (-50% );"
128
- textHtml =" <i>Close</i>"
129
128
@click =" dismiss"
130
- />
129
+ >
130
+ <i >Close</i >
131
+ </CButton >
131
132
</CAlert >
132
133
<CButton
133
134
@click =" showDismissibleAlerts"
Original file line number Diff line number Diff line change 26
26
<CCardFooter >
27
27
<CButton color =" primary" >
28
28
Notifications
29
- <CBadge color =" light" :style = " {position: ' static'} " >4</CBadge >
29
+ <CBadge color =" light" class = " ml-2 position- static" >4</CBadge >
30
30
</CButton >
31
31
</CCardFooter >
32
32
</CCard >
Original file line number Diff line number Diff line change 161
161
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
162
162
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
163
163
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
164
- <template #header = " { hide } " >
164
+ <template #header >
165
165
<h6 class =" modal-title" >Custom smaller modal title</h6 >
166
- <CButtonClose @click =" hide() " class =" text-white" />
166
+ <CButtonClose @click =" darkModal = false " class =" text-white" />
167
167
</template >
168
- <template #footer = " { hide } " >
168
+ <template #footer >
169
169
<CButton @click =" darkModal = false" color =" danger" >Discard</CButton >
170
170
<CButton @click =" darkModal = false" color =" success" >Accept</CButton >
171
171
</template >
Original file line number Diff line number Diff line change 140
140
header =" $1.999,50"
141
141
text =" Income"
142
142
color =" primary"
143
- no- icon-padding
143
+ : icon-padding= " false "
144
144
>
145
145
<CIcon name =" settings" width =" 24" />
146
146
</CWidgetIcon >
150
150
header =" $1.999,50"
151
151
text =" Income"
152
152
color =" info"
153
- no- icon-padding
153
+ : icon-padding= " false "
154
154
>
155
155
<CIcon name =" laptop" width =" 24" />
156
156
</CWidgetIcon >
160
160
header =" $1.999,50"
161
161
text =" Income"
162
162
color =" warning"
163
- no- icon-padding
163
+ : icon-padding= " false "
164
164
>
165
165
<CIcon name =" moon" width =" 24" />
166
166
</CWidgetIcon >
170
170
header =" $1.999,50"
171
171
text =" Income"
172
172
color =" danger"
173
- no- icon-padding
173
+ : icon-padding= " false "
174
174
>
175
175
<CIcon name =" bell" width =" 24" />
176
176
</CWidgetIcon >
182
182
header =" $1.999,50"
183
183
text =" Income"
184
184
color =" primary"
185
- no- icon-padding
185
+ : icon-padding= " false "
186
186
>
187
187
<CIcon name =" settings" class =" mx-5 " width =" 24" />
188
188
</CWidgetIcon >
192
192
header =" $1.999,50"
193
193
text =" Income"
194
194
color =" info"
195
- no- icon-padding
195
+ : icon-padding= " false "
196
196
>
197
197
<CIcon name =" laptop" class =" mx-5 " width =" 24" />
198
198
</CWidgetIcon >
202
202
header =" $1.999,50"
203
203
text =" Income"
204
204
color =" warning"
205
- no- icon-padding
205
+ : icon-padding= " false "
206
206
>
207
207
<CIcon name =" moon" class =" mx-5 " width =" 24" />
208
208
<template #footer >
225
225
header="$1.999,50"
226
226
text="Income"
227
227
color="primary"
228
- no- icon-padding
228
+ : icon-padding="false"
229
229
link="#"
230
230
>
231
231
<CIcon name="settings" class="mx-5 " width="24"/>
236
236
header="$1.999,50"
237
237
text="Income"
238
238
color="info"
239
- no- icon-padding
239
+ : icon-padding="false"
240
240
link="#"
241
241
>
242
242
<CIcon name="laptop" class="mx-5 " width="24"/>
247
247
header="$1.999,50"
248
248
text="Income"
249
249
color="warning"
250
- no- icon-padding
250
+ : icon-padding="false"
251
251
link="#"
252
252
>
253
253
<CIcon name="moon" class="mx-5" width="24"/>
Original file line number Diff line number Diff line change 37
37
class =" float-right"
38
38
color =" transparent p-0"
39
39
placement =" bottom-end"
40
- no- caret
40
+ : caret= " false "
41
41
buttonHtml =" <i class='cui-___location-pin'></i>"
42
42
>
43
43
<template #toggler-content >
You can’t perform that action at this time.
0 commit comments