運行node app.js時遇到的問題
為什么會出現:Warning: Unexpected block "content" ?on line 3 of D:\Program Files\nodejs\imooc\views\pages\index.jade. This block is never used. This warning will be an error in v2.0.0?望老師解答
為什么會出現:Warning: Unexpected block "content" ?on line 3 of D:\Program Files\nodejs\imooc\views\pages\index.jade. This block is never used. This warning will be an error in v2.0.0?望老師解答
2016-03-30
舉報
2016-03-31
你在index.jade里定義的content block,有沒有在layout.jade中調用?