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

15 lines
231 B
Markdown

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