2👍
✅
created() {
let vm = this;
_.each(vm.days, (item, key) => {
vm.$set(vm.available_block_for_bids, key, []);
});
}
👤Bert
Source:stackexchange.com