We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0386cc9 commit 435b4d5Copy full SHA for 435b4d5
src/components/tree.vue renamed to src/components/app.vue
@@ -68,7 +68,7 @@
68
import BracketsRight from './brackets-right'
69
70
export default {
71
- name: 'tree',
+ name: 'vue-json-pretty',
72
components: {
73
Checkbox,
74
BracketsLeft,
src/index.js
@@ -1,6 +1,6 @@
1
-import VueJsonPretty from './components/tree.vue'
+import App from './components/app.vue'
2
import './assets/less/index.less'
3
4
-export default Object.assign({}, VueJsonPretty, {
+export default Object.assign({}, App, {
5
version: '1.3.3'
6
})
0 commit comments