1. 程式人生 > >react、vue獲取html標籤顯示在頁面上

react、vue獲取html標籤顯示在頁面上

React:

<div dangerouslySetInnerHTML = {{ __html:this.state.show.description }}></div>

Vue:

<div v-html="my_html"></div>