list.jade頁面報錯moment is not a function
哪位童鞋睬過這個坑求填?。。?!除了moment is not a function還有一個就是movies對象數組里好像沒有meta這個值???所以‘
Cannot read property 'createdAt' of undefined
’但是老師運行起來卻又是正確的,求解求解
哪位童鞋睬過這個坑求填?。。?!除了moment is not a function還有一個就是movies對象數組里好像沒有meta這個值???所以‘
Cannot read property 'createdAt' of undefined
’但是老師運行起來卻又是正確的,求解求解
2016-09-02
舉報
2016-09-02
1,moment是一個組件,你還沒有安裝,npm install moment --save
2017-06-07
Cannot read property 'createdAt' of undefined
我按照你的方法試了,還是報這錯,為什么啊
2016-10-03
npm install moment --save
app.locals.moment = require('moment');