<div class="father" @click="handleHtml($event)">
    <div class="son" v-html="demoData"/>
</div>

<script>
  handleHtml($event){
    console.log($event.target)
  }
</script>

 

相关文章:

  • 2022-01-16
  • 2021-07-03
  • 2022-12-23
  • 2021-11-19
  • 2021-07-13
  • 2021-07-30
  • 2022-02-09
  • 2021-11-08
猜你喜欢
  • 2021-11-19
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案