mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-20 20:00:37 +03:00
highlight links & fix some issue
This commit is contained in:
+2
-1
@@ -1,5 +1,5 @@
|
||||
import Vue from 'vue'
|
||||
import JsonViewer from '../vue-json-viewer'
|
||||
import JsonViewer from '../lib'
|
||||
|
||||
Vue.use(JsonViewer)
|
||||
|
||||
@@ -34,6 +34,7 @@ new Vue({
|
||||
{
|
||||
id: '5968fcad629fa84ab65a5247',
|
||||
firstname: 'Ada',
|
||||
link: 'http://google.com',
|
||||
lastname: 'Lovelace',
|
||||
awards: null,
|
||||
known: [
|
||||
|
||||
Reference in New Issue
Block a user