vue3 template refs dom的引用、组件的引用、获取子组件的值

介绍

通过 ref() 还可以引用页面上的元素或组件。

DOM 的引用



组件的引用

父组件获取子组件的值
父组件 templateRefOne.vue



子组件 templateRefTwo.vue



你可能感兴趣的:(vue3 template refs dom的引用、组件的引用、获取子组件的值)