diff --git a/examples/app.js b/examples/app.js index 6d37c0c..764c306 100644 --- a/examples/app.js +++ b/examples/app.js @@ -16,7 +16,8 @@ new Vue({ a: 1 } }, - showCopy: true + showCopy: true, + iconPrefix: 'ive-' } }) }) \ No newline at end of file diff --git a/json-box.vue b/json-box.vue index edf1a2f..ce533ca 100644 --- a/json-box.vue +++ b/json-box.vue @@ -1,7 +1,7 @@ diff --git a/json-icon.vue b/json-icon.vue new file mode 100644 index 0000000..70cc0e5 --- /dev/null +++ b/json-icon.vue @@ -0,0 +1,28 @@ + + + \ No newline at end of file diff --git a/json-viewer.vue b/json-viewer.vue index 13b8276..abb7a4a 100644 --- a/json-viewer.vue +++ b/json-viewer.vue @@ -1,21 +1,22 @@ diff --git a/types/json-array.vue b/types/json-array.vue index 80b248f..4217268 100644 --- a/types/json-array.vue +++ b/types/json-array.vue @@ -1,6 +1,6 @@