2017-11-03 10:46:18 +00:00
|
|
|
<template>
|
|
|
|
<div>
|
2018-01-23 10:55:39 +00:00
|
|
|
<a-button type="primary" shape="circle" icon="search" />
|
|
|
|
<a-button type="primary" icon="search">Search</a-button>
|
|
|
|
<a-button shape="circle" icon="search" />
|
|
|
|
<a-button icon="search">Search</a-button>
|
2017-11-03 10:46:18 +00:00
|
|
|
<br />
|
2018-01-23 10:55:39 +00:00
|
|
|
<a-button shape="circle" icon="search" />
|
|
|
|
<a-button icon="search">Search</a-button>
|
|
|
|
<a-button type="dashed" shape="circle" icon="search" />
|
|
|
|
<a-button type="dashed" icon="search">Search</a-button>
|
2017-11-03 10:46:18 +00:00
|
|
|
</div>
|
|
|
|
</template>
|