We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cd40a commit 04067f4Copy full SHA for 04067f4
src/components/index.js
@@ -1,5 +1,5 @@
1
import FormlyForm from './FormlyForm';
2
-import FormlyField from './FormlyField.vue';
+import FormlyField from './FormlyField';
3
4
export default function(Vue){
5
Vue.component('formly-form', FormlyForm);
0 commit comments