feat: 添加loading

This commit is contained in:
jiangruowei
2017-02-22 17:31:33 +08:00
parent 4589081506
commit 50f173e875
9 changed files with 99 additions and 2 deletions

View File

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