[improvement] List: add loading slot (#1804)

This commit is contained in:
neverland
2018-09-14 15:02:59 +08:00
committed by GitHub
parent 44c8b2c492
commit 82b037a576
10 changed files with 22 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
<van-info :info="info" />
</div>
<div :class="b('text')">
<slot :active="active"/>
<slot :active="active" />
</div>
</div>
</template>