Fix poster box

This commit is contained in:
2026-01-18 00:31:02 +01:00
parent 28f95162aa
commit 77216e6c2f
3 changed files with 33 additions and 11 deletions

View File

@@ -93,10 +93,7 @@ export default {
closeMarkerPopup: this.closeMarkerPopup,
isMarkerVisible: this.isMarkerVisible
},
project: {
...this.$data,
toggleFeedPanel: this.toggleFeedPanel
}
project: this
};
},
inject: ['spot', 'projects', 'user'],