2017-11-03 04:04:39 +00:00
|
|
|
<template>
|
|
|
|
<div>
|
2018-01-23 10:55:39 +00:00
|
|
|
<a-button type="primary">Primary</a-button>
|
|
|
|
<a-button>Default</a-button>
|
|
|
|
<a-button type="dashed">Dashed</a-button>
|
|
|
|
<a-button type="danger">Danger</a-button>
|
2017-11-03 04:04:39 +00:00
|
|
|
</div>
|
|
|
|
</template>
|