style(boilerplate/src/index.ts): correct boilerplate/src/index.ts style
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -2,7 +2,7 @@ Component({ | ... | @@ -2,7 +2,7 @@ Component({ |
2 | properties: { | 2 | properties: { |
3 | greeting: { | 3 | greeting: { |
4 | type: String, | 4 | type: String, |
5 | value: 'Hello World!' | ||
6 | } | ||
7 | } | ||
8 | }) | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
5 | value: 'Hello World!', | ||
6 | }, | ||
7 | }, | ||
8 | }); | ... | ... |
-
Please register or sign in to post a comment