perf(Stepper): should not introduce form code #7675

This commit is contained in:
chenjiahan
2020-12-04 17:48:10 +08:00
parent 20ba7afb33
commit 497a88d7bb
3 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
import { createNamespace } from '../utils';
import { useChildren } from '@vant/use';
import { FORM_KEY } from '../composables/use-link-field';
import { useExpose } from '../composables/use-expose';
const [createComponent, bem] = createNamespace('form');
export const FORM_KEY = 'vanForm';
export default createComponent({
props: {
colon: Boolean,