Html_wev8.js
383 Bytes
define("Html_html",function(){return'<div id="NMEC_${id}" class="wev-comp-${compType}" >$${htm}</div>'}),define(["mUtil","Component"],function(i,n){return n.init(function(e){n.super(this,e),this.type="Html",this.tpl=this.type+"_html";var t=this.viewModel={htm:""};this.mounted=function(){require(["lazyImgHelper"]),i.eval(t.script,this.pageid),i.renderVarParser(t.needParseVar)}})});