From 4ef993990c149eadc9b0c26caa79a48c637af7aa Mon Sep 17 00:00:00 2001 From: xingyu Date: Sat, 10 Jun 2023 12:18:26 +0800 Subject: [PATCH] fix(deepMerge): deepMerge --- src/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index 9726cfad..01bfedf6 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,5 +1,5 @@ -import type { App, Component } from 'vue' import type { RouteLocationNormalized, RouteRecordNormalized } from 'vue-router' +import type { App, Component } from 'vue' import { intersectionWith, isEqual, mergeWith, unionWith } from 'lodash-es' import { unref } from 'vue'