var app=new Vue({ el: '#app', data:{ link:'<a href="#">这是一个连接</a>' },})
<div id="app" > <span v-html="link"></span></div>