Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Add type=time to the time example (#172)
Browse files Browse the repository at this point in the history
Add `type="time"` to the `time` example. 

Prevent confusion when someone read this demo example again.
  • Loading branch information
ytbryan authored and mariomka committed Nov 13, 2019
1 parent 5623587 commit cd38f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2>Time</h2>
</div>
</div>
<div class="example-code">
<pre><code>&#x3C;datetime v-model=&#x22;time&#x22;&#x3E;&#x3C;/datetime&#x3E;</code></pre>
<pre><code>&#x3C;datetime type=&#x22;time&#x22; v-model=&#x22;time&#x22;&#x3E;&#x3C;/datetime&#x3E;</code></pre>
</div>
</div>

Expand Down

0 comments on commit cd38f1e

Please sign in to comment.