Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
templates
/
mui-template
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c6bcf3a1
authored
2019-12-17 14:02:50 +0800
by
McLemore
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style(boilerplate/src/index.ts): correct boilerplate/src/index.ts style
1 parent
1a63fb99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
boilerplate/src/index.ts
boilerplate/src/index.ts
View file @
c6bcf3a
...
...
@@ -2,7 +2,7 @@ Component({
properties
:
{
greeting
:
{
type
:
String
,
value
:
'Hello World!'
}
}
})
\ No newline at end of file
value
:
'Hello World!'
,
},
},
});
...
...
Please
register
or
sign in
to post a comment