diff --git a/src/components/radio/radio.vue b/src/components/radio/radio.vue index ebd5b9c..c5293b9 100644 --- a/src/components/radio/radio.vue +++ b/src/components/radio/radio.vue @@ -101,9 +101,11 @@ if (this.parent) { this.group = true; if (this.name && this.name !== this.parent.name) { + /* eslint-disable no-console */ if (console.warn) { console.warn('[iview] Name does not match Radio Group name.'); } + /* eslint-enable no-console */ } else { this.groupName = this.parent.name; } -- libgit2 0.21.4