feat: 📦 lodash to lodash-es
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { cloneDeep } from 'lodash'
|
||||
import { cloneDeep } from 'lodash-es'
|
||||
import client from 'webpack-theme-color-replacer/client'
|
||||
import forElementUI from 'webpack-theme-color-replacer/forElementUI'
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import router from '@/router'
|
||||
import { cloneDeep } from 'lodash'
|
||||
import { cloneDeep } from 'lodash-es'
|
||||
import { database as getDatabase, dbGet, dbSet } from '@/libs/util.db'
|
||||
|
||||
export default {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import dayjs from 'dayjs'
|
||||
import { get } from 'lodash'
|
||||
import { get } from 'lodash-es'
|
||||
import util from '@/libs/util.js'
|
||||
|
||||
export default {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { cloneDeep, uniq, get } from 'lodash'
|
||||
import { cloneDeep, uniq, get } from 'lodash-es'
|
||||
import router from '@/router'
|
||||
import setting from '@/setting.js'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { get } from 'lodash'
|
||||
import { get } from 'lodash-es'
|
||||
import setting from '@/setting.js'
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user