Skip to content

Commit 1ffbc0d

Browse files
committed
test(vue): use proper v-model instead of debug code
1 parent 0461608 commit 1ffbc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/test/base/src/views/Inputs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</ion-item>
4343

4444
<ion-item>
45-
<ion-input-otp :value="inputOtp" @ion-input="e => inputOtp = e.detail.value"></ion-input-otp>
45+
<ion-input-otp v-model="inputOtp"></ion-input-otp>
4646
</ion-item>
4747

4848
<ion-item>

0 commit comments

Comments
 (0)