<div id="app2"> <div v-html="msg"></div> </div> <script> const app2=new Vue({ el:'#app2', data:{ msg: '<a href="https://cn.bing.com/search?q=%E5%A4%A7%E4%BE%BF">我想去拉屎</a>' } }) </script>
标签:el,vue,const,app2,学习,Vue,msg From: https://www.cnblogs.com/cocotun/p/17743317.html