fix: update loading

This commit is contained in:
jiangruowei
2017-02-28 16:24:51 +08:00
parent 0606925698
commit 06e60122d0
4 changed files with 29 additions and 3 deletions

View 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>