https://uniapp.dcloud.io/component/button


属性说明

  1. <template>
  2. <view>
  3. <button size="mini">按钮</button>
  4. <button type="primary"></button>
  5. <button type="primary" plain></button>
  6. <button type="primary" disabled></button>
  7. <button loading></button>
  8. </view>
  9. </template>