chore: use lodash-es

This commit is contained in:
Benjamin Canac
2021-11-29 12:24:29 +01:00
parent f1cb75f948
commit 99ca842176
4 changed files with 12 additions and 5 deletions

View File

@@ -40,7 +40,7 @@
</template>
<script>
import get from 'lodash/get'
import { get } from 'lodash-es'
import Icon from '../elements/Icon'
import { classNames } from '../../utils'
import $ui from '#build/ui'

View File

@@ -111,7 +111,7 @@
</template>
<script>
import get from 'lodash/get'
import { get } from 'lodash-es'
import { createPopper } from '@popperjs/core'
// import { directive as onClickaway } from 'vue-clickaway'