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