methods: { keyBtop (){ setTimeout(function(){ document.body.scrollTop = document.body.scrollHeight; },300); }, }