Function: useSetupComputed()
更新时间:2025-10-10 12:02:04
Polyv Wx Live Player Component
Polyv Wx Live Player Component / modules/super-miniprogram/computed/computed / useSetupComputed
Function: useSetupComputed()
useSetupComputed(
options):object
Parameters
options
any
Returns
installComputed()
installComputed: (
that) =>void
安装计算属性
Parameters
that
any
Returns
void
removeComputed()
removeComputed: (
_that) =>void
销毁计算属性
Parameters
_that
any
Returns
void
