Merge branch 'release/airbnbstyle'
Showing
4 changed files
with
8 additions
and
6 deletions
-
Please register or sign in to post a comment
... | ... | @@ -2,7 +2,7 @@ Component({ |
properties: { | ||
greeting: { | ||
type: String, | ||
value: 'Hello World!' | ||
} | ||
} | ||
}) | ||
\ No newline at end of file | ||
value: 'Hello World!', | ||
}, | ||
}, | ||
}); | ||
... | ... |
{ | ||
"name": "@zb100/mui-template", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"lockfileVersion": 1, | ||
"requires": true, | ||
"dependencies": { | ||
... | ... |
{ | ||
"name": "@zb100/mui-template", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "小程序组件模版", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... |