首页 > TAG信息列表 > toObj

vue3-(toRef,toRefs,toRaw)

1.toRef:从响应式对象上,创建一个新的ref对象 <template> <button @click="onChangeMsg">修改数据</button> <div>{{ obj.name }}</div> </template> <script setup lang="ts"> import { reactive, toRef } from 'vue&