fix animation when ideterminate is the initial state
This commit is contained in:
parent
3ead21bcc6
commit
9f77f910b8
@ -33,8 +33,8 @@ export default {
|
||||
'disabled'
|
||||
],
|
||||
emits: ['update:modelValue'],
|
||||
data: () => ({
|
||||
indeterminateTransitionFix: false
|
||||
data: (vm) => ({
|
||||
indeterminateTransitionFix: vm.indeterminate
|
||||
}),
|
||||
watch: {
|
||||
indeterminate (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user