0👍
I think I just found the answer:
this.$set(this.requestSelection[categoryIndex], "0", [selection]);
instead of this.requestSelection[categoryIndex]["0"] = [selection];
Source:stackexchange.com
0👍
I think I just found the answer:
this.$set(this.requestSelection[categoryIndex], "0", [selection]);
instead of this.requestSelection[categoryIndex]["0"] = [selection];