1
0

Improve chunk size

This commit is contained in:
kolaente
2021-07-25 16:02:49 +02:00
parent a08306d612
commit 5fa03923e9
6 changed files with 27 additions and 4 deletions

View File

@ -1,5 +1,5 @@
import TaskCollectionService from '../../../services/taskCollection'
import {cloneDeep} from 'lodash'
import cloneDeep from 'lodash/cloneDeep'
/**
* This mixin provides a base set of methods and properties to get tasks on a list.

View File

@ -1,5 +1,5 @@
import Vue from 'vue'
import {cloneDeep} from 'lodash'
import cloneDeep from 'lodash/cloneDeep'
import BucketService from '../../services/bucket'
import {filterObject} from '@/helpers/filterObject'