vuetifyjs/vuetify
在 GitHub 查看[Bug Report][3.8.12] Global configuration - contextual defaults for nested components - (VSelect > VChip > clearable)
Open
#21,699 创建于 2025年7月4日
E: defaultsT: bughelp wanted
仓库指标
- Star
- (40,995 star)
- PR 合并指标
- (平均合并 59天 10小时) (30 天内合并 8 个 PR)
描述
Environment
Vuetify Version: 3.8.12 Vue Version: 3.5.13 Browsers: Chrome 137.0.0.0 OS: Windows 10
Steps to reproduce
- In the
createVuetifyconfig, providedefaultsproperties (eg.prepend-icon,closable) for a nested component (eg.VChip), in the context of another component (eg.VSelect). - Use overridden component (eg.
VSelect) into templates.
Expected Behavior
All defaults properties for nested component should be taken into account.
In the provided reproduction link the closable property is not taken into account, whereas the prepend-icon one is.
Actual Behavior
Only a part of defaults properties for nested component are taken into account.