Fix prop name

This commit is contained in:
Marcos Moura 2016-09-08 01:33:00 -03:00
parent e7ce5a92c9
commit 2e8284319c

View file

@ -8,11 +8,6 @@
<script>
export default {
props: {
label: {
type: [String],
required: true
}
}
props: ['label']
};
</script>