mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-11-10 00:22:26 +08:00
461 B
461 B
| layout |
|---|
| templateLayout |
<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>