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

@@ -41,7 +41,7 @@
</template>
<script>
import { uniqueId } from 'lodash-es'
import { uniqueId } from 'lodash'
import { mapActions } from 'vuex'
export default {
data () {

View File

@@ -43,7 +43,7 @@
</template>
<script>
import { uniqueId } from 'lodash-es'
import { uniqueId } from 'lodash'
import { mapActions } from 'vuex'
export default {
data () {

View File

@@ -37,7 +37,7 @@
</template>
<script>
import { uniqueId } from 'lodash-es'
import { uniqueId } from 'lodash'
import { mapActions } from 'vuex'
export default {
data () {

View File

@@ -39,7 +39,7 @@
</template>
<script>
import { uniqueId } from 'lodash-es'
import { uniqueId } from 'lodash'
import { mapActions } from 'vuex'
export default {
data () {