我正在使用Kurourin meteorJS框架中的分頁包,它不工作。它只會在我的blaze html文件中返回一個錯誤。它也只在我的html文件中顯示加載。我只是新來的包,所以請理解。 代碼如下根據大氣中的文檔 //Error
Error: No such template: defaultBootstrapPaginator
at blaze.js:3212
at Blaze.View.
我不知道什麼問題是,我有這個片段來顯示單個項目,但它不工作,假設,我做對了什麼? 發佈文件: Meteor.publish('SingleSchool', function (myslug) {
check(myslug, String);
if (!this.userId) {
throw new Meteor.Error('Not authorized')