UNPKG

openapi-gui

Version:

GUI / visual editor for creating and editing OpenApi / Swagger definitions

8 lines (7 loc) 129 B
Vue.component('api-definition', { props: ['openapi'], data: function() { return {} }, template: '#template-definition' });