0👍
✅
The actual problem is in naming things.Try to avoid to use same naming for the props that you pass to child component and data properties that you’ve declared in child component.
To get this working as expected, you should just remove the prop declaration for disabled
prop and It should work.
Source:stackexchange.com