获取DOM实例
vue3
参阅资料:https://www.gxlsystem.com/qianduan-2372168.html
主要方法:
通过标签上定义ref为字符串,script内通过ref() 获取实例,
.value.children
获取子元素实例通过标签上定义ref为方法,script内通定义同名方法,实例作为参数会被传入
参阅资料:https://www.gxlsystem.com/qianduan-2372168.html
主要方法:
通过标签上定义ref为字符串,script内通过ref() 获取实例,.value.children
获取子元素实例
通过标签上定义ref为方法,script内通定义同名方法,实例作为参数会被传入