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

231 B

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