File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ export const props = {
16
16
type: String ,
17
17
validator : val => [' ' , ' top' , ' bottom' ].includes (val)
18
18
},
19
- sticky: Boolean ,
20
- print: Boolean
19
+ sticky: Boolean
21
20
}
22
21
23
22
export default {
@@ -33,7 +32,6 @@ export default {
33
32
class: [
34
33
props .light ? ' navbar-light' : ' navbar-dark' ,
35
34
{
36
- ' d-print' : props .print ,
37
35
' sticky-top' : props .sticky ,
38
36
[` bg-${ props .color } ` ]: Boolean (props .color ),
39
37
[` fixed-${ props .fixed } ` ]: Boolean (props .fixed ),
Original file line number Diff line number Diff line change @@ -407,7 +407,6 @@ export declare class CNavbar extends Vue {
407
407
expandable : [ boolean , string ]
408
408
fixed : string
409
409
sticky : boolean
410
- print : boolean
411
410
}
412
411
413
412
export declare class CNavbarBrand extends CLink {
You can’t perform that action at this time.
0 commit comments