Disable lint error
This commit is contained in:
parent
76b2f03245
commit
2e14b458da
1 changed files with 2 additions and 0 deletions
|
@ -101,9 +101,11 @@
|
||||||
if (this.parent) {
|
if (this.parent) {
|
||||||
this.group = true;
|
this.group = true;
|
||||||
if (this.name && this.name !== this.parent.name) {
|
if (this.name && this.name !== this.parent.name) {
|
||||||
|
/* eslint-disable no-console */
|
||||||
if (console.warn) {
|
if (console.warn) {
|
||||||
console.warn('[iview] Name does not match Radio Group name.');
|
console.warn('[iview] Name does not match Radio Group name.');
|
||||||
}
|
}
|
||||||
|
/* eslint-enable no-console */
|
||||||
} else {
|
} else {
|
||||||
this.groupName = this.parent.name;
|
this.groupName = this.parent.name;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue