mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-06 00:02:03 +08:00
Fixed: sync upload img to gallery
This commit is contained in:
@@ -104,7 +104,9 @@ export default {
|
||||
created () {
|
||||
this.getGallery()
|
||||
this.$electron.ipcRenderer.on('updateGallery', (event) => {
|
||||
this.filterList = this.getGallery()
|
||||
this.$nextTick(() => {
|
||||
this.filterList = this.getGallery()
|
||||
})
|
||||
})
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user