mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-27 03:56:57 +08:00
12 lines
233 B
Markdown
12 lines
233 B
Markdown
```html
|
|
<template>
|
|
<Wb-button icon="search" circle></Wb-button>
|
|
<Wb-button icon="search" circle>查询</Wb-button>
|
|
<Wb-button icon="search">查询</Wb-button>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
</script>
|
|
``` |