2020-08-27 17:18:57 +08:00

440 B

<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>