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
陈峰
6 years ago
Commit
a85be132616b94d649642a6d8ea0fd31279b052c
1 parent
feb97700
commit
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
apps/pages/article/article.vue
apps/pages/article/topic.vue
apps/pages/article/article.vue
View file @
a85be13
...
...
@@ -102,7 +102,9 @@ export default {
await this.fetchArticleListUpdate({
articleId,
});
this.$refs.article.resize();
this.$nextTick(() => {
this.$refs.article.resize();
});
}
},
components: {
...
...
apps/pages/article/topic.vue
View file @
a85be13
...
...
@@ -100,7 +100,9 @@ export default {
await this.fetchArticleTopicUpdate({
articleId,
});
this.$refs.article.resize();
this.$nextTick(() => {
this.$refs.article.resize();
});
}
},
components: {
...
...
Please
register
or
login
to post a comment