Open
Description
Version
3.24.0
Vue Version
3.5.16
Link to minimal reproduction
Very simple code
<Tabs
size='large'
modelValue={'1'}
>
<TabItem title='1' name='1'>
1
</TabItem>
<TabItem title='2' name='2'>
2
</TabItem>
<TabItem title='3' name='3'>
3
</TabItem>
</Tabs>
Step to reproduce
Effect
Switch and view the console
What is expected
no warn
What is actually happening
has warn
What is your project name
chrome extension
Any additional comments (optional)
I have tried use v--slots
to add default. But the result will still be this "warn"