Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
data-attribute翡翠テンプレートのタグにhtml5を配置したいと思います。一体どうやってこれを行うのですか?次の場合、構文エラーが発生します。
data-attribute
script(data-main="public/javascripts" src="public/javascripts/require.js")
それは正しいですが、属性の間にコンマが必要です。
script(data-main="public/javascripts", src="public/javascripts/require.js")