所有脚本都加载在主体内,而不是头部 - Meteor.js IronRouter
All scripts are loaded inside the body, not head - Meteor.js IronRouter
出于某种原因,所有脚本都加载到正文中。
Jade:
head
title xxx
body
+layout
template(name='layout')
XXX
-----
JS:
Router.configure({
layoutTemplate: 'layout'
});
我已正确设置所有内容。使用流星 1.3
出于某种原因,所有脚本都加载到正文中。
Jade:
head
title xxx
body
+layout
template(name='layout')
XXX
-----
JS:
Router.configure({
layoutTemplate: 'layout'
});
我已正确设置所有内容。使用流星 1.3