mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
fix: update loading
This commit is contained in:
14
docs/examples-docs/loading.md
Normal file
14
docs/examples-docs/loading.md
Normal file
@@ -0,0 +1,14 @@
|
||||
l## Switch组件
|
||||
|
||||
### 基础用法
|
||||
|
||||
```html
|
||||
<template>
|
||||
<div class="page-loading">
|
||||
<h1 class="page-title">Loading</h1>
|
||||
<h2 class="page-sub-title">Loading展示</h2>
|
||||
<div class="page-loading__example1">
|
||||
<zan-loading class="some-customized-class" style="padding-top: 50px; text-align: center;"></zan-loading>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user