Browse Source

fix(deepMerge): deepMerge

main
xingyu 2 years ago
parent
commit
4ef993990c
  1. 2
      src/utils/index.ts

2
src/utils/index.ts

@ -1,5 +1,5 @@
import type { App, Component } from 'vue'
import type { RouteLocationNormalized, RouteRecordNormalized } from 'vue-router' import type { RouteLocationNormalized, RouteRecordNormalized } from 'vue-router'
import type { App, Component } from 'vue'
import { intersectionWith, isEqual, mergeWith, unionWith } from 'lodash-es' import { intersectionWith, isEqual, mergeWith, unionWith } from 'lodash-es'
import { unref } from 'vue' import { unref } from 'vue'