2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-02 16:04:08 +03:00
Files
vue-json-viewer/index.js
T
陈峰 c09807c798 init
2017-10-18 11:45:31 +08:00

7 lines
163 B
JavaScript

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