2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-20 20:00:37 +03:00

refactor lib: clean directories + clean options + add theming capabilities + remove usage of ionicon (for arrows)

This commit is contained in:
STAFYNIAK Sacha
2018-09-17 20:41:26 +02:00
parent 9d914ff252
commit c29fa5680d
28 changed files with 11956 additions and 6453 deletions
+7
View File
@@ -0,0 +1,7 @@
import JsonView from './json-viewer'
const install = Vue => {
Vue.component('JsonViewer', JsonView)
}
export default Object.assign(JsonView, {install})