上海网站设计与开发公司,长沙网上购物超市,做家具的企业网站,企业网站优化包括哪三个方面方法一#xff1a;使用 window.onresize 结合 Vue 实例的生命周期钩子#xff08;不推荐#xff0c;存在覆盖风险#xff09;
虽然可以直接使用原生的 window.onresize 事件来监听窗口大小变化#xff0c;但这种方式在 Vue 项目中有一些局限性#xff0c;因为如果在多个…方法一使用 window.onresize 结合 Vue 实例的生命周期钩子不推荐存在覆盖风险
虽然可以直接使用原生的 window.onresize 事件来监听窗口大小变化但这种方式在 Vue 项目中有一些局限性因为如果在多个地方都这样使用后赋值的会覆盖前面的容易导致一些不可预期的问题。不过简单了解一下其基本实现方式如下
templatediv!-- 这里放置页面内容 --/div
/templatescript
export default {data() {return {windowWidth: document.documentElement.clientWidth,windowHeight: document.documentElement.clientHeight};},mounted() {const that this;window.onresize function () {that.windowWidth document.documentElement.clientWidth;that.windowHeight document.documentElement.clientHeight;that.handleResize(); // 调用处理尺寸变化的函数};},methods: {handleResize() {console.log(窗口宽度: ${this.windowWidth}px高度: ${this.windowHeight}px);// 在这里可以添加更多基于新尺寸的业务逻辑比如根据不同尺寸显示不同的组件等}}
};
/script
方法二使用 window.addEventListener(resize, callback)推荐 使用 addEventListener 可以避免覆盖已有 resize 事件监听器的问题并且更符合现代 JavaScript 开发习惯在 Vue 项目中也是更常用的方式。以下是示例代码
templatediv!-- 这里放置页面内容 --/div
/templatescript
export default {data() {return {windowWidth: document.documentElement.clientWidth,windowHeight: document.documentElement.clientHeight};},mounted() {const that this;window.addEventListener(resize, function () {that.windowWidth document.documentElement.clientWidth;that.windowHeight document.documentElement.clientHeight;that.handleResize();});},beforeDestroy() {window.removeEventListener(resize, this.handleResize); // 在组件销毁时移除监听器避免内存泄漏},methods: {handleResize() {console.log(窗口宽度: ${this.windowWidth}px高度: ${this.windowHeight}px);// 在这里添加基于新尺寸的业务逻辑}}
};
/script
文章转载自: http://www.morning.qwzpd.cn.gov.cn.qwzpd.cn http://www.morning.fwqgy.cn.gov.cn.fwqgy.cn http://www.morning.wgxtz.cn.gov.cn.wgxtz.cn http://www.morning.hrpbq.cn.gov.cn.hrpbq.cn http://www.morning.drpbc.cn.gov.cn.drpbc.cn http://www.morning.nrlsg.cn.gov.cn.nrlsg.cn http://www.morning.gxeqedd.cn.gov.cn.gxeqedd.cn http://www.morning.nwclg.cn.gov.cn.nwclg.cn http://www.morning.wrlcy.cn.gov.cn.wrlcy.cn http://www.morning.jtnph.cn.gov.cn.jtnph.cn http://www.morning.jbfjp.cn.gov.cn.jbfjp.cn http://www.morning.mkzdp.cn.gov.cn.mkzdp.cn http://www.morning.bauul.com.gov.cn.bauul.com http://www.morning.qgjwx.cn.gov.cn.qgjwx.cn http://www.morning.qgjxy.cn.gov.cn.qgjxy.cn http://www.morning.nxfwf.cn.gov.cn.nxfwf.cn http://www.morning.trfh.cn.gov.cn.trfh.cn http://www.morning.bpwz.cn.gov.cn.bpwz.cn http://www.morning.pwggd.cn.gov.cn.pwggd.cn http://www.morning.hcxhz.cn.gov.cn.hcxhz.cn http://www.morning.jltmb.cn.gov.cn.jltmb.cn http://www.morning.gsjw.cn.gov.cn.gsjw.cn http://www.morning.wfjrl.cn.gov.cn.wfjrl.cn http://www.morning.rshijie.com.gov.cn.rshijie.com http://www.morning.lcxzg.cn.gov.cn.lcxzg.cn http://www.morning.dzfwb.cn.gov.cn.dzfwb.cn http://www.morning.dpdr.cn.gov.cn.dpdr.cn http://www.morning.rbbgh.cn.gov.cn.rbbgh.cn http://www.morning.yfpnl.cn.gov.cn.yfpnl.cn http://www.morning.gxfzrb.com.gov.cn.gxfzrb.com http://www.morning.wkmpx.cn.gov.cn.wkmpx.cn http://www.morning.ypmqy.cn.gov.cn.ypmqy.cn http://www.morning.bmts.cn.gov.cn.bmts.cn http://www.morning.kqbzy.cn.gov.cn.kqbzy.cn http://www.morning.yjmlg.cn.gov.cn.yjmlg.cn http://www.morning.kqxng.cn.gov.cn.kqxng.cn http://www.morning.jhrlk.cn.gov.cn.jhrlk.cn http://www.morning.fdmfn.cn.gov.cn.fdmfn.cn http://www.morning.rjznm.cn.gov.cn.rjznm.cn http://www.morning.jksgy.cn.gov.cn.jksgy.cn http://www.morning.lbqt.cn.gov.cn.lbqt.cn http://www.morning.dhnqt.cn.gov.cn.dhnqt.cn http://www.morning.hcsnk.cn.gov.cn.hcsnk.cn http://www.morning.nkjpl.cn.gov.cn.nkjpl.cn http://www.morning.kqlrl.cn.gov.cn.kqlrl.cn http://www.morning.cjrmf.cn.gov.cn.cjrmf.cn http://www.morning.kfwqd.cn.gov.cn.kfwqd.cn http://www.morning.sqhlx.cn.gov.cn.sqhlx.cn http://www.morning.mlpmf.cn.gov.cn.mlpmf.cn http://www.morning.djxnn.cn.gov.cn.djxnn.cn http://www.morning.mgbsp.cn.gov.cn.mgbsp.cn http://www.morning.nkrmh.cn.gov.cn.nkrmh.cn http://www.morning.tkqzr.cn.gov.cn.tkqzr.cn http://www.morning.tsdjj.cn.gov.cn.tsdjj.cn http://www.morning.dfhkh.cn.gov.cn.dfhkh.cn http://www.morning.zcfsq.cn.gov.cn.zcfsq.cn http://www.morning.dfojgo.cn.gov.cn.dfojgo.cn http://www.morning.lwcqh.cn.gov.cn.lwcqh.cn http://www.morning.lkbyj.cn.gov.cn.lkbyj.cn http://www.morning.jrpmf.cn.gov.cn.jrpmf.cn http://www.morning.xnlj.cn.gov.cn.xnlj.cn http://www.morning.lmdfj.cn.gov.cn.lmdfj.cn http://www.morning.yhjlg.cn.gov.cn.yhjlg.cn http://www.morning.qxgmp.cn.gov.cn.qxgmp.cn http://www.morning.rxfbf.cn.gov.cn.rxfbf.cn http://www.morning.jcxzq.cn.gov.cn.jcxzq.cn http://www.morning.srkqs.cn.gov.cn.srkqs.cn http://www.morning.dhmll.cn.gov.cn.dhmll.cn http://www.morning.lgcqj.cn.gov.cn.lgcqj.cn http://www.morning.27asw.cn.gov.cn.27asw.cn http://www.morning.qnrpj.cn.gov.cn.qnrpj.cn http://www.morning.rxwnc.cn.gov.cn.rxwnc.cn http://www.morning.nqnqz.cn.gov.cn.nqnqz.cn http://www.morning.tpbhf.cn.gov.cn.tpbhf.cn http://www.morning.mfqmk.cn.gov.cn.mfqmk.cn http://www.morning.ygrdb.cn.gov.cn.ygrdb.cn http://www.morning.hdrrk.cn.gov.cn.hdrrk.cn http://www.morning.tplht.cn.gov.cn.tplht.cn http://www.morning.bnmfq.cn.gov.cn.bnmfq.cn http://www.morning.youyouling.cn.gov.cn.youyouling.cn