mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-27 10:04:49 +00:00
Fix prop name
This commit is contained in:
parent
e7ce5a92c9
commit
2e8284319c
1 changed files with 1 additions and 6 deletions
|
|
@ -8,11 +8,6 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
label: {
|
||||
type: [String],
|
||||
required: true
|
||||
}
|
||||
}
|
||||
props: ['label']
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue