From 315bdd74a522013ea8116645ea6e53be1a2171de Mon Sep 17 00:00:00 2001 From: cookfront Date: Tue, 28 Feb 2017 17:25:24 +0800 Subject: [PATCH] fix lint --- packages/radio/src/radio.vue | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/radio/src/radio.vue b/packages/radio/src/radio.vue index f4d2c9890..b026834d7 100644 --- a/packages/radio/src/radio.vue +++ b/packages/radio/src/radio.vue @@ -35,7 +35,7 @@ export default { computed: { isGroup() { - return !!this.findRadioGroup() + return !!this.findRadioGroup(); }, currentValue: { diff --git a/src/index.js b/src/index.js index fe7959105..ccff4afa2 100644 --- a/src/index.js +++ b/src/index.js @@ -41,7 +41,7 @@ if (typeof window !== 'undefined' && window.Vue) { export default { install, - version: '0.0.4', + version: '0.0.5', Button, Switch, Field,