如何在Vuejs(2.5.13)中重新渲染组件? Vue在root中呈现组件,当js重新加载我的DOM并且我的Vue组件不再渲染时,我遇到了一些麻烦。我在chrome console vm.$forceUpdate()
控制台返回undefined
中使用。
<div id="root>
...other DOM... <--
<components><components/> <--
<components><components/> <-- JS reload DOM
...other DOM... <--
</div>