feat: migrate Form component

This commit is contained in:
chenjiahan
2020-08-19 17:50:34 +08:00
parent e5368ed2f9
commit b6b6e38c45
12 changed files with 31 additions and 22 deletions
+1
View File
@@ -1,6 +1,7 @@
export const FieldMixin = {
inject: {
vanField: {
from: 'vanField',
default: null,
},
},