Skip to content

Commit 6ba4607

Browse files
committed
fix: update a-input-field plugin name
1 parent dbf8312 commit 6ba4607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/aurora-plugin/aurora-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const AuroraPlugin = {
3434
Vue.component('a-grid-item', AGridItem);
3535
Vue.component('a-icon', AIcon);
3636
Vue.component('a-input', AInput);
37-
Vue.component('a-inputField', AInputField);
37+
Vue.component('a-input-field', AInputField);
3838
Vue.component('a-link', ALink);
3939
Vue.component('a-logo', ALogo);
4040
Vue.component('a-select', ASelect);

0 commit comments

Comments
 (0)