Skip to content

Commit 41a2b47

Browse files
committed
Set default component name to vue-form-json-schema
1 parent db6a308 commit 41a2b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const plugin = {
44
install(
55
Vue,
66
options = {
7-
component: 'vue-form-json-schema-viewer',
7+
component: 'vue-form-json-schema',
88
},
99
) {
1010
Vue.component(options.component, vfjsGlobalComponent);

0 commit comments

Comments
 (0)