ERROR in src/components/CompositionComponent.vue:182:60
semi: Extra semicolon.
180 | computed: {
181 | unitsItems() {
> 182 | return this.$store.getters["unitsModule/unitsNearby"];
| ^
183 | },
184 | },
185 | })