vuejs-challenges icon indicating copy to clipboard operation
vuejs-challenges copied to clipboard

12 - 优化性能的指令

Open undefined-zzk opened this issue 1 year ago • 0 comments

// 你的答案

`

const count = ref(0)

setInterval(() => { count.value++ }, 1000)

`

undefined-zzk avatar Feb 04 '24 04:02 undefined-zzk