feat: content tabs

This commit is contained in:
NGPixel
2020-04-26 21:04:08 -04:00
parent 9fd55f8a97
commit 5d43f6ada1
10 changed files with 224 additions and 30 deletions

View File

@@ -37,8 +37,10 @@ module.exports = {
summary: ['class', 'style'],
svg: ['width', 'height', 'viewbox', 'preserveaspectratio', 'style'],
table: ['border', 'class', 'id', 'style', 'width'],
tabset: [],
tbody: ['class', 'style'],
td: ['align', 'class', 'colspan', 'rowspan', 'style', 'valign'],
template: ['v-slot:tabs', 'v-slot:content'],
th: ['align', 'class', 'colspan', 'rowspan', 'style', 'valign'],
thead: ['class', 'style'],
tr: ['class', 'rowspan', 'style', 'align', 'valign'],