fix: 📦 lodash-es to lodash (lowdb存在导致lodash无法移除)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { cloneDeep } from 'lodash-es'
|
||||
import { cloneDeep } from 'lodash'
|
||||
import { mapState, mapMutations, mapActions } from 'vuex'
|
||||
export default {
|
||||
data () {
|
||||
|
||||
Reference in New Issue
Block a user