html中:
<div :ref="`Ref${index}`"></div>

script中:
import { getCurrentInstance } from "vue";
const ctx = getCurrentInstance();

需要使用动态ref的函数中:
ctx.refs[`Ref${index}`].function();
Logo

前往低代码交流专区

更多推荐