Skip to content

Commit 83b5fce

Browse files
committed
update example .vue
1 parent 9d22bfa commit 83b5fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/App.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
<label>showLength</label>
4242
<input type="checkbox" v-model="showLength">
4343
</div>
44-
<!-- <div>
44+
<div>
4545
<label>deep</label>
4646
<select v-model="deep">
4747
<option :value="2">2</option>
4848
<option :value="3">3</option>
4949
<option :value="4">4</option>
5050
</select>
51-
</div> -->
51+
</div>
5252
</div>
5353

5454
<h3>Latest Click Result:</h3>

0 commit comments

Comments
 (0)