GenUI
GenUI copied to clipboard
comments in style can not be use on props
// this is ok (现在只能在上面写)
.ui{
// this is height ❌(issue,这里应该允许这样写)
height: 160;
}