17 lines
336 B
Vue
17 lines
336 B
Vue
<template>
|
|
<div style="height:100vh;" class="fn-flex fn-flex-column fn-flex-center justify-center relative">
|
|
<div class="pt120"></div>
|
|
<van-loading size="24px" vertical>页面加载中...</van-loading>
|
|
<div class="fn-flex fn-flex-item"></div>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style> |