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

533 B

layout
templateLayout
<template>
    <Wb-button disabled>Default</Wb-button>
    <Wb-button type="ghost" disabled>Ghost</Wb-button>
    <Wb-button type="text" disabled>Text</Wb-button>
    <Wb-button type="primary" disabled>Primary</Wb-button>
    <Wb-button type="info" disabled>Info</Wb-button>
    <Wb-button type="success" disabled>Success</Wb-button>
    <Wb-button type="warn" disabled>Warn</Wb-button>
    <Wb-button type="error" disabled>Error</Wb-button>
</template>
<script>
export default {
}
</script>