组合式 API:useCounter 逻辑复用
A 计数器:{{ a.count }}(双倍 {{ a.double }})
A +1
B 计数器:{{ b.count }}
B +1
两个计数器复用同一个
useCounter
组合函数