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

210 B

<template>
    <Wb-button>
        <Loading color="#657180" size="16px" border-width="1px"></Loading>
        提交中...
    </Wb-button>
</template>
<script>
    export default {

    }
</script>