-1
我第一次使用鐵路由器包。這裏我的示例代碼:鐵路由器包的錯誤
Router.configure({
layoutTemplate: 'layout'
});
Router.map(funtion(){
this.route('home', { path: '/'});
});
當我運行這個程序。它給出了一個錯誤:
=> Errors prevented startup:
While building the application:
lib/router.js:5:22: Unexpected token {
=> Your application has errors. Waiting for file change.
=> Modified -- restarting.
=> Errors prevented startup:
我不知道這個簡單的代碼有什麼問題。
oops nevermind:D – pyprism