1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00
2017-02-28 16:24:51 +08:00

358 B

l## Switch组件

基础用法

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