UNPKG

hexo-theme-tangyuxian

Version:
15 lines (12 loc) • 325 B
const { Component } = require('inferno'); module.exports = class extends Component { render() { const { body } = this.props; return ( <div class="nexmoe-primary" dangerouslySetInnerHTML={{ __html: body }} ></div> ); } };