Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
6 years ago
Commit
73d925f215ddeb4771f4cdd2bf945a6814f289fa
1 parent
222e29f5
fix size
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/pages/article/components/detail/article-detail.vue
apps/pages/article/components/detail/article-detail.vue
View file @
73d925f
...
...
@@ -3,7 +3,7 @@
<ArticleBar class="header" @on-close="onClose"></ArticleBar>
<div class="body" v-if="fetchStatus">
<Loading class="loading"
:size="40"
></Loading>
<Loading class="loading"></Loading>
</div>
<ArticleBody v-else ref="body" class="body"></ArticleBody>
...
...
@@ -23,7 +23,7 @@ import ArticleFooter from './article-footer';
import ArticleBody from './article-body';
import * as sleep from '../../../../utils/sleep';
import { createNamespacedHelpers } from 'vuex';
import {
Loading} from 'cube-ui'
import {
Loading } from 'cube-ui';
const { mapActions, mapState, mapMutations } = createNamespacedHelpers('article');
...
...
Please
register
or
login
to post a comment