fix: update loading

This commit is contained in:
jiangruowei
2017-02-28 16:24:51 +08:00
parent 0606925698
commit 06e60122d0
4 changed files with 29 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
<template>
<div class="z-loading"></div>
<div class="zan-loading-container">
<span class="zan-loading"></span>
</div>
</template>
<script>
export default {
name: 'z-loading'
name: 'zan-loading'
};
</script>