From 2e14b458da32fd1687b80802663d9890a414faf1 Mon Sep 17 00:00:00 2001 From: Xotic750 Date: Sun, 21 Jan 2018 01:26:05 +0100 Subject: [PATCH] Disable lint error --- src/components/radio/radio.vue | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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