vue在窗口大小改变时强制刷新组件的方法

mounted () {
window.onresize = () => {
return (() => {
this.$forceUpdate();
})()
}
}
posted @ 2019-06-04 15:15  程序猿kid  阅读(1431)  评论(0编辑  收藏  举报