Dart Web CSS classes not working after build - class attribute is minified

后端 未结 0 1593
忘掉有多难
忘掉有多难 2021-01-19 02:48

In a Dart barebones web-app I create HTML elements like this:

Element e = Element.div()..className = "Dog"
                         ..id = 1;


        
相关标签:
回答
  • 消灭零回复
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题