修复loading问题
This commit is contained in:
parent
5ca760942d
commit
f0d16446c4
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<view v-show="show" class="components-widgets-loading">
|
<view v-if="show" class="components-widgets-loading">
|
||||||
<image class="icon" :src="require('./loading.png')" mode="scaleToFill" />
|
<image class="icon" :src="require('./loading.png')" mode="scaleToFill" />
|
||||||
<text class="text">{{ title }}</text>
|
<text class="text">{{ title }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
Loading…
Reference in New Issue