We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d22bfa commit 83b5fceCopy full SHA for 83b5fce
1 file changed
example/App.vue
@@ -41,14 +41,14 @@
41
<label>showLength</label>
42
<input type="checkbox" v-model="showLength">
43
</div>
44
- <!-- <div>
+ <div>
45
<label>deep</label>
46
<select v-model="deep">
47
<option :value="2">2</option>
48
<option :value="3">3</option>
49
<option :value="4">4</option>
50
</select>
51
- </div> -->
+ </div>
52
53
54
<h3>Latest Click Result:</h3>
0 commit comments