Answer the question
In order to leave comments, you need to log in
Why does TS swear at the semicolon and how to correct it correctly?
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 | })
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question