Vue render函数中渲染html标签(v-html || innerHtml)

render(h,data) {
   return h("div", {
      domProps: {