Skip to content

Commit 460fb4a

Browse files
author
那里好脏不可以
authored
style(playground/test-component): use object property shorthand syntax
1 parent d727cd9 commit 460fb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/test-component/recursive/TestRecursive.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
},
1010
data() {
1111
return {
12-
treedata: treedata
12+
treedata
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)