require mithril 时控制台出现bug
Error: Please ensure the DOM element exists before rendering a template into it.
common.js
require(['./index'],function(application){ application();});
index.js
define(["mithril"],function (m) { return function(){
****
})