feat: first screen loading waiting animation

This commit is contained in:
vben
2020-10-12 00:38:22 +08:00
parent f2bdf0b86d
commit 4811cce809
6 changed files with 142 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
</template>
</Row>
</template>
<script lang="tsx">
<script lang="ts">
import { defineComponent } from 'vue';
import { Row, Col } from 'ant-design-vue';