Skip to content

Commit

Permalink
fix(config-provider): 修复 eslint 报错 defined but never used
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryqsky committed Jul 2, 2022
1 parent 922a44a commit 4e5dc23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/config-provider/config-provider.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Vue, { PropType, VNode } from 'vue';
import cloneDeep from 'lodash/cloneDeep';
import { provide, computed } from '@vue/composition-api';
import { GlobalConfigProvider } from './type';
import { defaultGlobalConfig, mergeWith } from './context';

Expand Down
1 change: 0 additions & 1 deletion src/config-provider/context.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { InjectionKey, ComputedRef } from '@vue/composition-api';
import merge from 'lodash/merge';
import _mergeWith from 'lodash/mergeWith';
import defaultConfig from '../_common/js/global-config/default-config';
Expand Down

0 comments on commit 4e5dc23

Please sign in to comment.