fix: 📦 lodash-es to lodash (lowdb存在导致lodash无法移除)

This commit is contained in:
FairyEver
2020-11-30 14:51:31 +08:00
parent 0d4f315a27
commit 136e6cd040
25 changed files with 25 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
import { cloneDeep } from 'lodash-es'
import { cloneDeep } from 'lodash'
import client from 'webpack-theme-color-replacer/client'
import forElementUI from 'webpack-theme-color-replacer/forElementUI'

View File

@@ -1,5 +1,5 @@
import router from '@/router'
import { cloneDeep } from 'lodash-es'
import { cloneDeep } from 'lodash'
import { database as getDatabase, dbGet, dbSet } from '@/libs/util.db'
export default {

View File

@@ -1,5 +1,5 @@
import dayjs from 'dayjs'
import { get } from 'lodash-es'
import { get } from 'lodash'
import util from '@/libs/util.js'
export default {

View File

@@ -1,4 +1,4 @@
import { cloneDeep, uniq, get } from 'lodash-es'
import { cloneDeep, uniq, get } from 'lodash'
import router from '@/router'
import setting from '@/setting.js'

View File

@@ -1,4 +1,4 @@
import { get } from 'lodash-es'
import { get } from 'lodash'
import setting from '@/setting.js'
export default {