[build] 0.0.40

This commit is contained in:
cookfront 2017-03-22 20:34:15 +08:00
parent 71c0e3c3a0
commit b5000219a5
3 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ export default {
},
computed: {
displayStyle() {
return DEFAULT_STYLE_LIST.indexOf(this.type) > -1 ? 'default' : this.type;
return DEFAULT_STYLE_LIST.indexOf(this.type) > -1 ? 'default' : this.type;
}
}
};

View File

@ -1,6 +1,6 @@
{
"name": "@youzan/zanui-css",
"version": "0.0.39",
"version": "0.0.40",
"description": "zanui css.",
"main": "lib/index.css",
"style": "lib/index.css",

View File

@ -80,7 +80,7 @@ if (typeof window !== 'undefined' && window.Vue) {
module.exports = {
install,
version: '0.0.39',
version: '0.0.40',
Button,
Switch,
Field,