Commit 9c67b23f9f152e861ed2a5b225d54ac372ba73c2

Authored by 梁灏
1 parent 3c345ce9

update

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/components/form/form.vue
... ... @@ -2,7 +2,6 @@
2 2 <form :class="classes" :autocomplete="autocomplete"><slot></slot></form>
3 3 </template>
4 4 <script>
5   - // https://github.com/ElemeFE/element/blob/dev/packages/form/src/form.vue
6 5 import { oneOf } from '../../utils/assist';
7 6  
8 7 const prefixCls = 'ivu-form';
... ...