如何在Playframework中对scalatags使用反向路由?

时间:2018-08-22 05:06:49

标签: playframework templating scalatags

虽然使用twirl很简单,但我们使用<link rel="stylesheet" media="screen" href="@routes.Assets.versioned("lib/bootstrap/css/bootstrap.css")">,并且所提供的html文件包含适当解析的链接。

在使用带有playFW模板的scalatags时,我们如何实现相同的目的?做link(rel:="stylesheet", media:="screen", href:=routes.Assets.versioned("lib/bootstrap/css/bootstrap.css"))

build.sbt具有"org.webjars" % "bootstrap" % "4.1.3"。 IJ抱怨:

  

没有类型为AttrValue [Builder_,Call]的隐式参数

渲染的网页抱怨

  

没有为play.api.mvc.Call类型定义AttrValue; scalatags不知道如何将play.api.mvc.Call用作属性

0 个答案:

没有答案