需要渲染的变量 data () { return { msg:`<h1 style="color:red">123<h1>` } } 在界面上渲染 <div v-html="msg">{{msg}}</div>