https://championswimmer.in/vuex-module-decorators/pages/core/getters.html getterで関数を返すようにする。 ```ts get getGoalsByWorld() { return (world: World): Goal[] => this.goalsByWorld[world.name] ?? [] } ```