首页
技术
登录
6mi
u
盘
搜
搜 索
技术
vue+typeScript 中watch可以进行多层嵌套,同时watch多个变量
vue+typeScript 中watch可以进行多层嵌套,同时watch多个变量
技术
2025-08-27
8
@
Watch
(
'b'
,
{
deep
:
true
}
)
@
Watch
(
'a'
,
{
deep
:
true
}
)
private
getSubmitStatus
(
)
:
void
{
console
.
log
(
this
.
a
)
console
.
log
(
this
.
b
)
}
ps: 此处a,b均为对象,我是为了watch其中的变量才加的deep:true。
转载请注明原文地址:https://ipadbbs.8miu.com/read-58987.html
最新回复
(
0
)