Skip to content

Commit

Permalink
style(playground/test-component): use object property shorthand syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-itsheng committed Aug 24, 2022
1 parent d727cd9 commit 460fb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/test-component/recursive/TestRecursive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
},
data() {
return {
treedata: treedata
treedata
}
}
}
Expand Down

0 comments on commit 460fb4a

Please sign in to comment.