tengmingxue 2 years ago
parent
commit
a5ecc11a28
1 changed files with 0 additions and 24 deletions
  1. 0 24
      src/views/loading.vue

+ 0 - 24
src/views/loading.vue

@@ -1,24 +0,0 @@
-<template>
-  <div class="tf-loading" v-loading="true"
-    element-loading-text="资源加载中"
-    element-loading-spinner="el-icon-loading"
-    element-loading-background="rgba(0, 0, 0, 0.8)"
-    style="width: 100%;height:100%">
-  </div>
-</template>
-
-<script>
-
-export default {
-  name: 'tfLoading',
-  computed: {
-    message() {
-      return '资源加载中'
-    }
-  }
-}
-</script>
-
-<style lang="scss" scoped>
-
-</style>