Skip to content
On this page

useUpdate

用于模拟重新渲染页面

代码演示

基础用法

高级用法

API

const update = useUpdate()
const update = useUpdate()

注意

通过改变变量,监听这个变量达到模拟的效果

Source

源码文档示例