test: error 'value' is assigned a value but never used
This commit is contained in:
parent
b3d1fe2855
commit
8900570c5b
1 changed files with 0 additions and 1 deletions
|
@ -490,7 +490,6 @@
|
|||
},
|
||||
|
||||
validateOption({children, elm, propsData}){
|
||||
const value = propsData.value;
|
||||
const label = propsData.label || '';
|
||||
const textContent = (elm && elm.textContent) || (children || []).reduce((str, node) => {
|
||||
const nodeText = node.elm ? node.elm.textContent : node.text;
|
||||
|
|
Loading…
Add table
Reference in a new issue