data(){
return {
screenWidth: document.body.clientWidth
}
},
mounted() {
//监听浏览器大小
let that = this;
window.addEventListener("resize", function() {
return (() => {
window.screenWidth = document.body.clientWidth;
that.screenWidth = window.screenWidth;
console.log("that.screenWidth", that.screenWidth);
})();
});
},
watch: {
//防止因为频繁触发 resize 函数,导致页面很卡的问题
screenWidth(val) {
if (!this.timer) {
this.screenWidth = val;
this.timer = true;
let that = this;
setTimeout(function() {
that.reload();
that.timer = false;
}, 400);
}
}
}
悟空浏览器的秘密:如何轻松下载小说和视频?网页版入口大公开!
上面是“vuejs监听当前浏览器大小执行”的全面内容,想了解更多关于 vuejs 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_1801.html
workflows工作流
一只处于战斗状态下的蚂蚁ComfyUI工作流
哈利波特魔法ComfyUI工作流
嘴唇丰满的漂亮女人
庭院,彩色玫瑰,云雾笼罩comfyui工作流
一个外国人在吹奏萨克斯ComfyUI工作流
蘑菇屋,梦幻家园comfyui工作流
停在音乐节露营地的一辆复古大众巴士由羊毛制成
一个女人站在海边的岩石上,飞来一只鸟
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

如何利用css3+js做一个下雨效果
canvas经线动画走到效果
css3画弹珠,可以滚动!
会议人员60s签到倒计时插件
利用CSS3代码编写45款按钮效果
黑客入侵效果代码











