wxml中的attribute是否能支持换行?
在开发过程中会使用prettier对wxml格式化,但是由于wxml中的attribute不支持换行,在一些比较长的表达式中需要手动加prettier-ignore
希望可以这样写也不报错:
class="grid fw {{ x.month === month ? '' : 'notCurrent' }} {{ x.date === today ? 'today' : '' }} {{
x.date == beSelectDate ? 'choice' : ''
}}"