@@ -339,6 +339,7 @@ export default defineComponent({
const bindValue: Recordable = { ...attrs, ...unref(getProps) }
delete bindValue.columns
delete bindValue.data
+ delete bindValue.align
return bindValue
})