ref

  • 在dom中
<div ref="box">12345
</div>
  • 在mounted中
console.log(this.$refs.box)
posted @ 2024-03-09 14:11  zongkm  阅读(40)  评论(0)    收藏  举报