Files
EdgeAdmin/web/views/@default/clusters/index.js

7 lines
136 B
JavaScript
Raw Normal View History

2021-05-03 11:32:59 +08:00
Tea.context(function () {
this.latestVisible = false
this.showLatest = function () {
this.latestVisible = !this.latestVisible
}
})