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

13 lines
210 B
Markdown

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