mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-05-15 11:59:40 +03:00
8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
import JsonView from './json-viewer'
|
|
|
|
const install = Vue => {
|
|
Vue.component('JsonViewer', JsonView)
|
|
}
|
|
|
|
export default Object.assign(JsonView, { install })
|