mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Remove unused prop in ElOption. (#2730)
* Fix lint error. * Remove unused prop.
This commit is contained in:
@@ -31,4 +31,4 @@
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
||||
@@ -30,10 +30,6 @@
|
||||
required: true
|
||||
},
|
||||
label: [String, Number],
|
||||
selected: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
created: Boolean,
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
|
||||
@@ -39,4 +39,4 @@
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user