Skip to content

Commit

Permalink
refactor(baInput):废弃特性的删除时间延后
Browse files Browse the repository at this point in the history
  • Loading branch information
build-admin committed Jun 27, 2024
1 parent 4e2053f commit d219616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/baInput/components/baUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ interface Props extends /* @vue-ignore */ Partial<UploadProps> {
returnFullUrl?: boolean
// 隐藏附件选择器
hideSelectFile?: boolean
// 可自定义 el-upload 的其他属性(已废弃,v2.1.0 删除,请直接传递为 props)
// 可自定义 el-upload 的其他属性(已废弃,v2.2.0 删除,请直接传递为 props)
attr?: Partial<Writeable<UploadProps>>
// 强制上传到本地存储
forceLocal?: boolean
Expand Down Expand Up @@ -294,7 +294,7 @@ onMounted(() => {
}
}
console.warn('图片/文件上传组件的 props.attr 已经弃用,并将于 v2.1.0 版本彻底删除,请将 props.attr 的部分直接作为 props 传递!')
console.warn('图片/文件上传组件的 props.attr 已经弃用,并将于 v2.2.0 版本彻底删除,请将 props.attr 的部分直接作为 props 传递!')
}
// 即将废弃的 props.attr End
Expand Down

0 comments on commit d219616

Please sign in to comment.