File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1616
1717 <b-table
1818 :items =" componentImports"
19- class =" bv-docs-table"
19+ table- class =" bv-docs-table"
2020 responsive =" sm"
2121 head-variant =" default"
22- bordered
2322 striped
2423 >
2524 <template v-slot :cell (component)="{ value }">
5150
5251 <b-table
5352 :items =" directiveImports"
54- class =" bv-docs-table"
53+ table- class =" bv-docs-table"
5554 responsive =" sm"
5655 head-variant =" default"
57- bordered
5856 striped
5957 >
6058 <template v-slot :cell (directive)="{ value }">
9088 <b-table
9189 :items =" pluginImports"
9290 :fileds =" ['namedExport', 'importPath']"
93- class =" bv-docs-table"
91+ table- class =" bv-docs-table"
9492 responsive =" sm"
9593 head-variant =" default"
9694 caption-top
97- bordered
9895 striped
9996 >
10097 <template v-slot :cell (namedExport)="{ value }">
You can’t perform that action at this time.
0 commit comments