This commit is contained in:
cookfront 2017-02-28 17:25:24 +08:00
parent 86ee2eaedc
commit 315bdd74a5
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ export default {
computed: {
isGroup() {
return !!this.findRadioGroup()
return !!this.findRadioGroup();
},
currentValue: {

View File

@ -41,7 +41,7 @@ if (typeof window !== 'undefined' && window.Vue) {
export default {
install,
version: '0.0.4',
version: '0.0.5',
Button,
Switch,
Field,