fix: table template

This commit is contained in:
yanmao 2022-01-12 15:45:47 +08:00
parent 0ddea07f39
commit 28945948e9
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class Template implements TemplateInterface {
overflow !== false ? TABLE_OVERFLOW_CLASS_NAME : ''
}"><div class="${VIEWPORT_READER}"${
noBorder === true ? " data-table-no-border='true'" : ''
}>${transformCustomTags(html)}</div></div>`;
}>${transformCustomTags(html || '')}</div></div>`;
}
}