mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-20 20:00:37 +03:00
Merge branch 'fix-vue2-loader' into 1.x
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import JsonView from './json-viewer';
|
import JsonView from './json-viewer';
|
||||||
|
|
||||||
const install = (Vue) => {
|
const install = (Vue) => {
|
||||||
Vue.components('JsonViewer', JsonView);
|
Vue.component('JsonViewer', JsonView);
|
||||||
}
|
}
|
||||||
export default Object.assign(JsonView, {install});
|
export default Object.assign(JsonView, {install});
|
||||||
|
|||||||
Reference in New Issue
Block a user