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
Eliott Vincent 207a2a7b8e Fix example
2021-08-16 17:19:51 +02:00

8 lines
158 B
JavaScript

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