mounted() {
const that = this;
window.onresize = function temp() {
that.clientHeight = `${document.documentElement.clientHeight}`;
console.log(that.clientHeight)
};
},