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

* Fix lint error.

* Remove unused prop.
pull/2764/head
HakurouKen 2017-02-09 15:53:23 +08:00 committed by 杨奕
parent db950af8a5
commit 474084e63d
3 changed files with 2 additions and 6 deletions

View File

@ -31,4 +31,4 @@
}
}
};
</script>
</script>

View File

@ -30,10 +30,6 @@
required: true
},
label: [String, Number],
selected: {
type: Boolean,
default: false
},
created: Boolean,
disabled: {
type: Boolean,

View File

@ -39,4 +39,4 @@
}
}
};
</script>
</script>