mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 01:10:29 +08:00
7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
Tea.context(function () {
|
|
this.tab = "summary"
|
|
|
|
this.switchTab = function (tab) {
|
|
this.tab = tab
|
|
}
|
|
}) |