Vue3 使用 setup 语法在 v-for 循环中保存 ref 数组
Posted 人间值得
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vue3 使用 setup 语法在 v-for 循环中保存 ref 数组相关的知识,希望对你有一定的参考价值。
<template> <div> <span v-for="item in content" :ref="setItemRef"> item </span> </div> </template> <script setup> import onBeforeUpdate, ref f
以上是关于Vue3 使用 setup 语法在 v-for 循环中保存 ref 数组的主要内容,如果未能解决你的问题,请参考以下文章