-
- Downloads
fix: don’t assign unused props
v-model assigns the individual arguments as prop. We don’t need that because we already provided the content sequence as a whole as `item` prop.
Please register or sign in to comment
v-model assigns the individual arguments as prop. We don’t need that because we already provided the content sequence as a whole as `item` prop.