Appearance
同步 refs。
import { syncRefs } from '@base-web-kits/base-tools-vue'; import { ref } from 'vue'; const a = ref(0); const b = ref(0); const stop = syncRefs(a, b);
VueUse