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 db6a308 commit 41a2b47Copy full SHA for 41a2b47
src/plugin.js
@@ -4,7 +4,7 @@ const plugin = {
4
install(
5
Vue,
6
options = {
7
- component: 'vue-form-json-schema-viewer',
+ component: 'vue-form-json-schema',
8
},
9
) {
10
Vue.component(options.component, vfjsGlobalComponent);
0 commit comments