Appearance
响应式的时间戳。
import { useTimestamp } from '@base-web-kits/base-tools-vue'; const timestamp = useTimestamp({ offset: 0 }); // timestamp.value 会随时间自动更新
VueUse