【发布时间】:2016-01-01 08:26:03
【问题描述】:
如何将这样的脚本嵌入到一个流星应用程序(使用 Iron-router)中的模板中?
<!-- TradingView Widget BEGIN -->
<script type="text/javascript" src="https://d33t3vvu2t2yu5.cloudfront.net/tv.js"></script>
<script type="text/javascript">
new TradingView.widget({
"width": 980,
"height": 610,
"symbol": "FX:SPX500",
"interval": "D",
"timezone": "exchange",
"theme": "White",
// other stuffs...
});
</script>
【问题讨论】:
标签: javascript meteor meteor-blaze meteor-helper