ref

zongkm發表於2024-03-09
  • 在dom中
<div ref="box">12345
</div>
  • 在mounted中
console.log(this.$refs.box)

相關文章