2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-08 17:22:32 +03:00

support ssr

This commit is contained in:
陈峰
2019-03-26 19:13:21 +08:00
parent 5c788d0ac0
commit 36693999fb
6 changed files with 713 additions and 21 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import Vue from 'vue'
import JsonViewer from '../dist/vue-json-viewer'
import JsonViewer from '../vue-json-viewer'
Vue.use(JsonViewer)