Authored by 陈峰

commit

... ... @@ -102,7 +102,9 @@ export default {
await this.fetchArticleListUpdate({
articleId,
});
this.$refs.article.resize();
this.$nextTick(() => {
this.$refs.article.resize();
});
}
},
components: {
... ...
... ... @@ -100,7 +100,9 @@ export default {
await this.fetchArticleTopicUpdate({
articleId,
});
this.$refs.article.resize();
this.$nextTick(() => {
this.$refs.article.resize();
});
}
},
components: {
... ...