關(guān)于多個參數(shù)的mixin magic(name, ...items)我不能正常運(yùn)行
??mixin?attrsT(attrsT,?...Items) ????ul(class='#{name}') ??????each?item?in?Items ????????li=?item ??+attrsT('attrsT','time','node','tt')
是版本問題還是我代碼哪里有問題了,老師
??mixin?attrsT(attrsT,?...Items) ????ul(class='#{name}') ??????each?item?in?Items ????????li=?item ??+attrsT('attrsT','time','node','tt')
是版本問題還是我代碼哪里有問題了,老師
2015-02-26
舉報
2016-12-27
我的1.5版本jade報錯如上
2015-03-29
我的是1.92…依舊報錯…
SyntaxError: Unexpected token .
? ? at Function (native)
? ? at Object.exports.compile
2015-02-26
發(fā)現(xiàn)問題了用的jade是1.6.0的- -換了1.9.2就沒問題了