vue处理对象值改变时dom值没有跟着变化的问题

this.$nextTick(() => {
vm.form.FLianBodyHeight = 3;
})

原文地址:https://www.cnblogs.com/xujie520/p/15215350.html