mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
14 lines
263 B
Markdown
14 lines
263 B
Markdown
---
|
|
layout: templateLayout
|
|
---
|
|
```vue
|
|
<template>
|
|
<Wb-button icon="md-search" circle></Wb-button>
|
|
<Wb-button icon="md-search" circle>查询</Wb-button>
|
|
<Wb-button icon="md-search">查询</Wb-button>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
}
|
|
</script>
|
|
``` |