vue經常使用小技巧

一、動態設置refdom 使用:ref="`list${i}`" ,爲每一項動態添加refthis <div v-for="(item,i) in list" :key="i" :ref="`list${i}`">{{item}}</div>it 二、獲取動態設置的refdi 使用this.$refs[`list${i}`][0] 獲取當前元素dom結構
相關文章
相關標籤/搜索