2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-05 16:42:30 +03:00
Files
vue-json-viewer/lib/index.js
T

8 lines
158 B
JavaScript

import JsonView from './json-viewer'
const install = Vue => {
Vue.component('JsonViewer', JsonView)
}
export default Object.assign(JsonView, { install })