mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-15 01:11:53 +08:00
184 B
184 B
#### 基本用法
一个简单的 loading 状态。
#### basic Usage
A simple loading status.
<template>
<div>
<a-spin />
</div>
</template>