Skip to content

Commit 435b4d5

Browse files
committed
文件,目录规范
1 parent 0386cc9 commit 435b4d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/tree.vue renamed to src/components/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
import BracketsRight from './brackets-right'
6969
7070
export default {
71-
name: 'tree',
71+
name: 'vue-json-pretty',
7272
components: {
7373
Checkbox,
7474
BracketsLeft,

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import VueJsonPretty from './components/tree.vue'
1+
import App from './components/app.vue'
22
import './assets/less/index.less'
33

4-
export default Object.assign({}, VueJsonPretty, {
4+
export default Object.assign({}, App, {
55
version: '1.3.3'
66
})

0 commit comments

Comments
 (0)