mirror of
https://github.com/Ssl1S/json-schema-editor-vue.git
synced 2025-12-30 01:37:55 +08:00
7 lines
178 B
JavaScript
7 lines
178 B
JavaScript
import JsonSchemaEditor from './main.vue'
|
|
|
|
JsonSchemaEditor.install = function (Vue) {
|
|
Vue.component(JsonSchemaEditor.name, JsonSchemaEditor)
|
|
}
|
|
|
|
export default JsonSchemaEditor |