1

如何在虚拟超标中创建不确定的复选框?

h('input', {
  type: 'checkbox', 
  checked: data.state === 'checked', 
  indeterminate: data.state === 'indeterminate'
})

将不起作用,因为indeterminate它是属性而不是属性。

4

0 回答 0