We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee44117 commit b03c56bCopy full SHA for b03c56b
packages/main/src/Tab.js
@@ -4,6 +4,7 @@ import executeTemplate from "@ui5/webcomponents-base/dist/renderer/executeTempla
4
import SemanticColor from "./types/SemanticColor.js";
5
import TabContainer from "./TabContainer.js";
6
import Icon from "./Icon.js";
7
+import Button from "./Button.js";
8
import CustomListItem from "./CustomListItem.js";
9
10
// Templates
@@ -203,6 +204,7 @@ class Tab extends UI5Element {
203
204
static get dependencies() {
205
return [
206
Icon,
207
+ Button,
208
CustomListItem,
209
];
210
}
0 commit comments