Skip to content

Commit

Permalink
Fix article collection bug and update Vditor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyunchong committed Oct 19, 2024
1 parent df25008 commit 9a3aa02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/view/article/article-detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<article-collection
ref="articleCollection"
@success="
{
() => {
this.model.is_collect = true
this.model.collect_quantity += 1
}
Expand Down Expand Up @@ -469,7 +469,7 @@ export default {
}
},
cdn: 'http://101.34.7.82/vditor',
lazyLoadImage: 'http://101.34.7.82/vditor/dist/images/img-loading.svg'
lazyLoadImage: 'http://101.34.7.82/vditor/dist/images/img-loading.svg',
})
Vditor.mediaRender()
},
Expand Down

0 comments on commit 9a3aa02

Please sign in to comment.