Skip to content

Commit

Permalink
minor correction on getter comment
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Jan 18, 2024
1 parent 105167b commit 941442c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/view/view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ export default {
await this.$store.dispatch(this.cards[i].path + '/addModifier', 'building_compare')
// Example this.cards[i].path: map/building_29/block_79
// Example call order: view.vue's compareBuildings() > map.module.js's map() getter >
// building.module.js's building() getter >block.module.js's updateModifier >
// Example call order: view.vue's compareBuildings() > map.module.js's building() getter >
// building.module.js's block () getter > block.module.js's updateModifier >
// building_compare.mod.js's updateData() > building_compare.mod.js's addCharts() >
// block.module.js's loadCharts()
Expand Down

0 comments on commit 941442c

Please sign in to comment.