CNode

pug2变化还挺大

分享
Ii5ting发布于8 年前最后回复8 年前1 回复5247 浏览0 收藏

好久没写jade了,发现以前的代码都跑不起来了。。。。

  p 'this is ok #{title}'
  p(style='#{title}') this is not ok

但这样写就是好的

p(style=`${title}`) this is ok

后来发现文档

Caution

Previous versions of Pug/Jade supported an interpolation syntax such as:

a(href="/#{url}") Link

This syntax is no longer supported. Alternatives are found below. (Check our migration guide for more information on other incompatibilities between Pug v2 and previous versions.)

这个break不开心,直接deprecated不好,需要看看v2文档

https://pugjs.org/api/migration-v2.html

查看回复

回复 (1)

H
hezedu#1·8 年前

仍在用 jade.

参与回复
登录后即可参与回复。登录