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

rework of code extandable display + remove dependancy on ionicons + README & example

This commit is contained in:
STAFYNIAK Sacha
2018-09-18 00:13:39 +02:00
parent c29fa5680d
commit 65917b48a0
24 changed files with 6466 additions and 4069 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ const install = Vue => {
Vue.component('JsonViewer', JsonView)
}
export default Object.assign(JsonView, {install})
export default Object.assign(JsonView, { install })