[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: { computed: {
displayStyle() { 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", "name": "@youzan/zanui-css",
"version": "0.0.39", "version": "0.0.40",
"description": "zanui css.", "description": "zanui css.",
"main": "lib/index.css", "main": "lib/index.css",
"style": "lib/index.css", "style": "lib/index.css",

View File

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