Skip to content

:::

Button 按钮

基本用法

Show Code
vue
<template>
<div class="group">
  <vc-button>Default</vc-button>
  <vc-button type="primary">Primary</vc-button>
  <vc-button type="success">Success</vc-button>
  <vc-button type="danger">Danger</vc-button>
  <vc-button type="warning">Warning</vc-button>
</div>
</template>
<template>
<div class="group">
  <vc-button>Default</vc-button>
  <vc-button type="primary">Primary</vc-button>
  <vc-button type="success">Success</vc-button>
  <vc-button type="danger">Danger</vc-button>
  <vc-button type="warning">Warning</vc-button>
</div>
</template>

Released under the MIT License.