Skip to content

Commit 04067f4

Browse files
committed
migrating formlyField to the new component
1 parent 59cd40a commit 04067f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import FormlyForm from './FormlyForm';
2-
import FormlyField from './FormlyField.vue';
2+
import FormlyField from './FormlyField';
33

44
export default function(Vue){
55
Vue.component('formly-form', FormlyForm);

0 commit comments

Comments
 (0)