[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;
}
}
};