Commit a3f57078 authored by kingwl's avatar kingwl Committed by FuryBean

Table: fix align attribute (#1338)

parent 6cd01c26
...@@ -299,7 +299,7 @@ export default { ...@@ -299,7 +299,7 @@ export default {
align(newVal) { align(newVal) {
if (this.columnConfig) { if (this.columnConfig) {
this.columnConfig.align = newVal; this.columnConfig.align = newVal ? 'is-' + newVal : null;
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment