Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在我的 .html 页面上使用标签来降低我在 Meteor 应用程序开发中的代码可见性时。它不显示该对应模板的数据,而是显示模板的名称..
例如:
{{>season}} <template name="season"> <ul><li>Summer</li></ul> </template>
..但不幸的是,在输出窗口中它显示为 {{> season}}
也许你没有启动你的项目。
您需要在控制台中执行此操作:
cd yourappname meteor
我建议您按照本教程了解如何启动您的项目: https ://www.meteor.com/try