在flag属性为true时 渲染标签的html为
<input :data-val-required="不能为空"/>
在flag属性为false时 渲染标签的html为
<input />
<input :data-val-required="flag?'不能为空':null"/>