mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
DOCS: Added missing argument in code example (#702)
Tried one of the code examples and noticed that Vue gave the following warning: [Vue warn]: Missing required prop: "value" (found in <MdDialogPrompt>) Added missing argument in code example.
This commit is contained in:
parent
208a423226
commit
cf938ab635
1 changed files with 1 additions and 0 deletions
|
|
@ -534,6 +534,7 @@
|
|||
:md-cancel-text="prompt.cancel"
|
||||
@open="onOpen"
|
||||
@close="onClose"
|
||||
v-model="prompt.value"
|
||||
ref="dialog6">
|
||||
</md-dialog-prompt>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue