摘要: 使用ref属性获取DOM <script setup> import {reactive,} from 'vue' const arr = reactive([1,2,3,4,5,6,7,8]) const domList = reactive([]) const getLi = (li) => { 阅读全文
posted @ 2022-02-27 21:41 霸哥yyds 阅读(61) 评论(0) 推荐(0)