首页 新闻 会员 周边

require mithril时出现Error: Please ensure the DOM element exists before rendering a template into it.

0
[待解决问题]

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(){

****

})

Web前端架构的主页 Web前端架构 | 菜鸟二级 | 园豆:202
提问于:2016-12-13 22:58
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册