Open robertnicjoo opened 6 years ago
@robertnicjoo 1:
<template>
<div class="box">
<vue-loading ...></vue-loading>
</div>
</template>
then you can write some css about box, to make the spinner in middle (center) of screen.
我也有相同的问题,外层加上div class=‘box’将loading位置修改,但loading一直不消失了。。。
@gnibeux loading 的消失,你可以用 v-if/v-show
来控制的呀
Example
Main page or login/register pages, there are no dynamic data to usev-if/v-show
i just want to show loading before page elements load.