add comments in mixins
This commit is contained in:
@@ -45,9 +45,11 @@ export default {
|
||||
|
||||
});
|
||||
},
|
||||
/**
|
||||
* Return the height for Vue Card View body
|
||||
*/
|
||||
getBodyHeight() {
|
||||
this.height = window.innerHeight - this.$root.$el.clientHeight;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -45,9 +45,11 @@ export default {
|
||||
|
||||
});
|
||||
},
|
||||
/**
|
||||
* Return the height for Vue list View body
|
||||
*/
|
||||
getBodyHeight() {
|
||||
this.height = window.innerHeight - this.$root.$el.clientHeight;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -162,7 +162,5 @@ export default {
|
||||
});
|
||||
});
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user