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
9bb38c2f
authored
2019-12-17 14:03:29 +0800
by
McLemore
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'release/airbnbstyle'
2 parents
859440b0
c6af2345
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
CHANGELOG.md
boilerplate/src/index.ts
package-lock.json
package.json
CHANGELOG.md
View file @
9bb38c2
...
...
@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See
[
standard-version
](
https://github.com/conventional-changelog/standard-version
)
for commit guidelines.
### [1.2.2](https://gitlab.zb100.com/templates/mui-template/compare/v1.2.1...v1.2.2) (2019-12-17)
### [1.2.1](https://gitlab.zb100.com/templates/mui-template/compare/v1.2.0...v1.2.1) (2019-12-17)
...
...
boilerplate/src/index.ts
View file @
9bb38c2
...
...
@@ -2,7 +2,7 @@ Component({
properties
:
{
greeting
:
{
type
:
String
,
value
:
'Hello World!'
}
}
})
\ No newline at end of file
value
:
'Hello World!'
,
},
},
});
...
...
package-lock.json
View file @
9bb38c2
{
"name"
:
"@zb100/mui-template"
,
"version"
:
"1.2.
1
"
,
"version"
:
"1.2.
2
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
9bb38c2
{
"name"
:
"@zb100/mui-template"
,
"version"
:
"1.2.
1
"
,
"version"
:
"1.2.
2
"
,
"description"
:
"小程序组件模版"
,
"main"
:
"index.js"
,
"scripts"
:
{
...
...
Please
register
or
sign in
to post a comment