fix: 修改名称规范问题

This commit is contained in:
MTrun
2022-03-14 19:52:01 +08:00
parent b60843d3ed
commit f4df648e5a
70 changed files with 136 additions and 155 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { App } from 'vue'
import LoadingComponent from './index.vue'
import AsyncLoading from './index.vue'
import AsyncSkeletonLoading from './GoSkeleton.vue'
import AsyncSkeletonLoading from './LoadingSkeleton.vue'
// 正常组件
export { LoadingComponent }
+1 -1
View File
@@ -1,7 +1,7 @@
<template>
<!-- svg加载图 -->
<div class="go-loading-svg go-flex-center">
<img src="~@/assets/images/tips/loadingSvg.svg" alt=""></div>
<img src="~@/assets/images/tips/loadingSvg.svg" alt="" />
</div>
</template>
<style lang="scss" scoped>