vue3+ts 如何使用将子组件通过ref使用
在 vue3 中,父组件仍然可以通过以下方式访问子组件实例(以 element-plus 的 tree 组件为例)<template> <el-tree ref="tree"></el-tree> </template> <script> export default { mounted() {
在 vue3 中,父组件仍然可以通过以下方式访问子组件实例(以 element-plus 的 tree 组件为例)<template> <el-tree ref="tree"></el-tree> </template> <script> export default { mounted() {