Commit 474084e6 authored by HakurouKen's avatar HakurouKen Committed by 杨奕

Remove unused prop in `ElOption`. (#2730)

* Fix lint error.

* Remove unused prop.
parent db950af8
......@@ -31,4 +31,4 @@
}
}
};
</script>
\ No newline at end of file
</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>
\ No newline at end of file
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment