Skip to content

Commit cd38f1e

Browse files
ytbryanmariomka
authored andcommitted
Add type=time to the time example (mariomka#172)
Add `type="time"` to the `time` example. Prevent confusion when someone read this demo example again.
1 parent 5623587 commit cd38f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>Time</h2>
7777
</div>
7878
</div>
7979
<div class="example-code">
80-
<pre><code>&#x3C;datetime v-model=&#x22;time&#x22;&#x3E;&#x3C;/datetime&#x3E;</code></pre>
80+
<pre><code>&#x3C;datetime type=&#x22;time&#x22; v-model=&#x22;time&#x22;&#x3E;&#x3C;/datetime&#x3E;</code></pre>
8181
</div>
8282
</div>
8383

0 commit comments

Comments
 (0)