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({
|
||||
title: "Wikipedia",
|
||||
src: "https://www.wikipedia.org/"
|
||||
src: "https://www.wikipedia.org/",
|
||||
active: true
|
||||
});
|
||||
|
||||
tabGroup.addTab({
|
||||
|
@ -29,8 +30,6 @@
|
|||
active: true
|
||||
});
|
||||
|
||||
tabGroup.addTab();
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue