mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
10 lines
314 B
Vue
10 lines
314 B
Vue
<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>
|