Skip to content

Commit

Permalink
修正 CountdownInput组件v-model失效问题 #IB289M
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Nov 7, 2024
1 parent 4af6c31 commit 2986547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CountDown/src/CountdownInput.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<a-input v-bind="$attrs" :class="prefixCls" :size="size" :value="state">
<a-input v-bind="$attrs" :class="prefixCls" :size="size" v-model:value="state">
<template #addonAfter>
<CountButton
type="link"
Expand Down

0 comments on commit 2986547

Please sign in to comment.