UNPKG

openapi-gui

Version:

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

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