在vue3的学习中,经常看到 const count = ref([])和const count = ref(0)这样的语法,请问ref()的具体含义
收起
一个语法糖,你就记得是用来让数据具有响应性就行
报告相同问题?