Showing
1 changed file
with
2 additions
and
2 deletions
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | <ArticleBar class="header" @on-close="onClose"></ArticleBar> | 3 | <ArticleBar class="header" @on-close="onClose"></ArticleBar> |
4 | 4 | ||
5 | <div class="body" v-if="fetchStatus"> | 5 | <div class="body" v-if="fetchStatus"> |
6 | - <Loading class="loading" :size="40"></Loading> | 6 | + <Loading class="loading"></Loading> |
7 | </div> | 7 | </div> |
8 | <ArticleBody v-else ref="body" class="body"></ArticleBody> | 8 | <ArticleBody v-else ref="body" class="body"></ArticleBody> |
9 | 9 | ||
@@ -23,7 +23,7 @@ import ArticleFooter from './article-footer'; | @@ -23,7 +23,7 @@ import ArticleFooter from './article-footer'; | ||
23 | import ArticleBody from './article-body'; | 23 | import ArticleBody from './article-body'; |
24 | import * as sleep from '../../../../utils/sleep'; | 24 | import * as sleep from '../../../../utils/sleep'; |
25 | import { createNamespacedHelpers } from 'vuex'; | 25 | import { createNamespacedHelpers } from 'vuex'; |
26 | -import {Loading} from 'cube-ui' | 26 | +import { Loading } from 'cube-ui'; |
27 | 27 | ||
28 | const { mapActions, mapState, mapMutations } = createNamespacedHelpers('article'); | 28 | const { mapActions, mapState, mapMutations } = createNamespacedHelpers('article'); |
29 | 29 |
-
Please register or login to post a comment