'SyntaxError:意外的令牌'属性分配中包含pug的异常

时间:2018-06-23 17:58:00

标签: node.js visual-studio express pug

如果我运行我的项目(我正在使用Visual Studio 2017 Enterprise),则'acorn.js'文件将引发'SyntaxError:Unexpected token'Exception。我发现此错误与'data-href'值分配有关。

我在pug和express框架中使用了nodjs。

tbody
  each result in results
    tr.clickable-row(data-href='userdetail?id=' + result.id)
      td #{result.firstname} #{result.secondname}
      td #{result.id}

Exception 1 Excpetion 2

0 个答案:

没有答案