Commit 13261a8b8a4788de189037c8bf524a634e78fbd6

Authored by TabEnter
1 parent f9508bf1

remove getStyle

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/tabs/tabs.vue
... ... @@ -24,7 +24,7 @@
24 24 <script>
25 25 import Icon from '../icon/icon.vue';
26 26 import Render from '../base/render';
27   - import { oneOf, getStyle } from '../../utils/assist';
  27 + import { oneOf } from '../../utils/assist';
28 28 import Emitter from '../../mixins/emitter';
29 29  
30 30 const prefixCls = 'ivu-tabs';
... ...