Vue $forceUpdate() 方法


定义和用法

内置的$forceUpdate()方法强制重新渲染 Vue 应用程序。

Argument Description
none Default. The $forceUpdate() method does not accept any arguments.

笔记:在正常情况下,元素将自动包含在 Vue 的反应系统中,因此当元素发生变化时,Vue 应用程序将自动重新渲染。但是,在高级情况下,当某个元素被显式标记为不属于 Vue 反应性系统时,$forceUpdate()可以使用方法。


相关页面

Vue参考:Vue $nextTick() 方法

Vue参考:Vue $refs 对象

Vue参考:Vue 'key' 属性