Closed yakyn0103 closed 4 years ago
Set a Boolean variable to control the disabled
state, and change its value when you needed to.
{
data () {
return {
toDisabled: false
}
}
}
<vue-timepicker :disabled="toDisabled"></vue-timepicker>
How can i change the attribute dynamically. Thanks.