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