vue3下ref原理:
Notice that we did not need to append .value when using the ref in the template. For convenience, refs are automatically unwrapped when used inside templates
参考:https://vuejs.org/guide/essentials/reactivity-fundamentals
指尖上的记忆vue3下ref原理:
Notice that we did not need to append .value when using the ref in the template. For convenience, refs are automatically unwrapped when used inside templates
参考:https://vuejs.org/guide/essentials/reactivity-fundamentals