We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var-date-picker 绑定的min和max值改变,但是var-date-picker界面没有更新! 请问如何更新
import { ref } from 'vue' const date = ref('2024-09-25') const picker= ref() const min = ref('2024-09-15') const handle = () => { min.value = '2024-09-02' }
<var-button @click="handle">更新min</var-button> <var-date-picker ref="picker" v-model="date" :min="min" />
The text was updated successfully, but these errors were encountered:
@BeADre It looks like a bug, please check it in this link
Sorry, something went wrong.
chouchouji
Successfully merging a pull request may close this issue.
var-date-picker 绑定的min和max值改变,但是var-date-picker界面没有更新! 请问如何更新
The text was updated successfully, but these errors were encountered: