mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-29 02:54:48 +00:00
remove unused prop
This commit is contained in:
parent
53b2ff1306
commit
ac70fb79e0
1 changed files with 1 additions and 3 deletions
|
|
@ -42,7 +42,6 @@
|
|||
mdFixed: Boolean,
|
||||
mdCentered: Boolean,
|
||||
mdRight: Boolean,
|
||||
mdScrollableNavigation: Boolean,
|
||||
mdDynamicHeight: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
|
|
@ -68,8 +67,7 @@
|
|||
tabClasses() {
|
||||
return {
|
||||
'md-dynamic-height': this.mdDynamicHeight,
|
||||
'md-transition-off': this.transitionOff,
|
||||
'md-scrollable-navigation': this.mdScrollableNavigation
|
||||
'md-transition-off': this.transitionOff
|
||||
};
|
||||
},
|
||||
navigationClasses() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue