笔记刷新页面

This commit is contained in:
zhaofang
2022-10-20 14:46:17 +08:00
parent 7a9ba8f9c4
commit fc950420f5
4 changed files with 9 additions and 3 deletions

View File

@@ -269,6 +269,9 @@
mounted() {
this.author = this.authorId;
this.loadData(false);
this.$bus.$on('noteListRefresh',(val)=>{
this.loadData();
})
},
methods: {
loadMore() {