v3.9.0 里程碑版本发布

This commit is contained in:
JEECG
2025-11-26 11:25:35 +08:00
parent 1f73837b7d
commit 9919ae2bc5
380 changed files with 11450 additions and 4555 deletions

View File

@ -25,9 +25,8 @@
},
setup(props) {
const instance = getCurrentInstance();
// update-begin--author:liaozhiyang---date:20240717---for【issues/6855】组件使用key作props报警告改为itemKey
// 代码逻辑说明: 【issues/6855】组件使用key作props报警告改为itemKey
const itemKey = computed(() => props.itemKey || instance?.vnode?.props?.itemKey);
// update-end--author:liaozhiyang---date:20240717---for【issues/6855】组件使用key作props报警告改为itemKey
return { itemKey };
},
});