Change demo
This commit is contained in:
parent
3fe56e56ba
commit
7f4e2e91dd
1 changed files with 2 additions and 3 deletions
|
@ -14,7 +14,8 @@
|
||||||
|
|
||||||
tabGroup.setDefaultTab({
|
tabGroup.setDefaultTab({
|
||||||
title: "Wikipedia",
|
title: "Wikipedia",
|
||||||
src: "https://www.wikipedia.org/"
|
src: "https://www.wikipedia.org/",
|
||||||
|
active: true
|
||||||
});
|
});
|
||||||
|
|
||||||
tabGroup.addTab({
|
tabGroup.addTab({
|
||||||
|
@ -29,8 +30,6 @@
|
||||||
active: true
|
active: true
|
||||||
});
|
});
|
||||||
|
|
||||||
tabGroup.addTab();
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue