UNPKG

blinx

Version:

The Scalable JavaScript Application Framework

14 lines (12 loc) 234 B
import template from "./template.html"; import "./style.less"; function onRenderComplete(){ var that = this; setTimeout(function(){ that.publish("HEADER_EVENT",{}); },3000); } export default { template, onRenderComplete };