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 dbf8312 commit 6ba4607Copy full SHA for 6ba4607
src/plugins/aurora-plugin/aurora-plugin.js
@@ -34,7 +34,7 @@ const AuroraPlugin = {
34
Vue.component('a-grid-item', AGridItem);
35
Vue.component('a-icon', AIcon);
36
Vue.component('a-input', AInput);
37
- Vue.component('a-inputField', AInputField);
+ Vue.component('a-input-field', AInputField);
38
Vue.component('a-link', ALink);
39
Vue.component('a-logo', ALogo);
40
Vue.component('a-select', ASelect);
0 commit comments