mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-09-13 02:54:26 +08:00
refactor: 删除部分多余的代码和注释
This commit is contained in:
@@ -92,7 +92,6 @@ const statusIcon = computed(() => {
|
||||
}
|
||||
})
|
||||
|
||||
// Localized status text
|
||||
const statusText = computed(() => {
|
||||
switch (props.status) {
|
||||
case 'connected':
|
||||
@@ -108,7 +107,6 @@ const statusText = computed(() => {
|
||||
}
|
||||
})
|
||||
|
||||
// Localized status badge text (for hover card)
|
||||
const statusBadgeText = computed(() => {
|
||||
switch (props.status) {
|
||||
case 'connected':
|
||||
|
||||
Reference in New Issue
Block a user