mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-27 12:08:49 +08:00
17 lines
440 B
Markdown
17 lines
440 B
Markdown
```html
|
|
<template>
|
|
<Wb-button>Default</Wb-button>
|
|
<Wb-button type="ghost">Ghost</Wb-button>
|
|
<Wb-button type="text">Text</Wb-button>
|
|
<Wb-button type="primary">Primary</Wb-button>
|
|
<Wb-button type="info">Info</Wb-button>
|
|
<Wb-button type="success">Success</Wb-button>
|
|
<Wb-button type="warn">Warn</Wb-button>
|
|
<Wb-button type="error">Error</Wb-button>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
</script>
|
|
``` |