UNPKG

ht-data-formatting-view

Version:

A Vue component for data formatting view

8 lines (5 loc) 162 B
import JsonView from "./json-viewer"; const install = Vue => { Vue.component("JsonViewer", JsonView); }; export default Object.assign(JsonView, { install });