Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 126 Bytes

computed.md

File metadata and controls

8 lines (7 loc) · 126 Bytes

computed

类似 ref 的响应式对象

const double = computed(() => {
  return count.value;
})