Exeteres

Results 3 comments of Exeteres

@dan-an @rendrom This workaround may interest you. ```ts import { getModule, VuexModule, Module } from "vuex-module-decorators"; class CollectionBase extends VuexModule { items: T[] = []; get last() { return this.items[this.items.length...

@FullPint > Did you attempt something like this? Actually no. The solution I presented earlier is the last thing I tried to do in my old vue project. > It...

@FullPint I had no such issues. By the way, I have not worked with Vue since my last answer.