Best way to handle data attributes in Slim

前端 未结 4 797
自闭症患者
自闭症患者 2021-02-04 23:26

I was evaluating Slim as a replacement for HAML in a personal project, and it doesn\'t appear to handle HTML5 data attributes as gracefully as

4条回答
  •  独厮守ぢ
    2021-02-05 00:16

    .your-class*{data: {first_attribute: 'first value', second_attribute: 'second value'} }
    

    Will produce

提交回复
热议问题