vue3+ts学习(二十五):vue3_CompositionAPI(二)

65 阅读1分钟

readonly()的用法

image.png

toRefs和toRef是对响应式对象进行解构的时候,保持响应式的一种API

image.png

computed的用法

image.png