mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
14 lines
248 B
Markdown
14 lines
248 B
Markdown
---
|
|
layout: templateLayout
|
|
---
|
|
```vue
|
|
<template>
|
|
<Loading></Loading>
|
|
<Loading size="24px" border-width="5px"></Loading>
|
|
<Loading color="red" size="18px" border-width="1px"></Loading>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
}
|
|
</script>
|
|
``` |