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:
takikoo 2017-05-08 00:38:03 +02:00 committed by Marcos Moura
parent 208a423226
commit cf938ab635

View file

@ -534,6 +534,7 @@
:md-cancel-text=&quot;prompt.cancel&quot;
@open=&quot;onOpen&quot;
@close=&quot;onClose&quot;
v-model=&quot;prompt.value&quot;
ref=&quot;dialog6&quot;&gt;
&lt;/md-dialog-prompt&gt;