UNPKG
ht-data-formatting-view
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A Vue component for data formatting view
ht-data-formatting-view
/
vue-json-viewer
/
index.js
8 lines
(5 loc)
•
162 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
JsonView
from
"./json-viewer"
;
const
install
=
Vue
=> {
Vue
.
component
(
"JsonViewer"
,
JsonView
); };
export
default
Object
.
assign
(
JsonView
, { install });