Appearance
带控制的 ref。
import { refWithControl } from '@base-web-kits/base-tools-vue'; const count = refWithControl(0); count.set(1, false); // 不触发更新
VueUse