mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 23:34:04 +02:00
Update src/components/Tooltip.vue
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
65e70ecd19
commit
40423705f4
1 changed files with 0 additions and 7 deletions
|
@ -95,13 +95,6 @@ export default {
|
|||
}
|
||||
return this.$root.datetime(this.content.time);
|
||||
},
|
||||
|
||||
message() {
|
||||
if (!this.content || this.content === 0) {
|
||||
return "";
|
||||
}
|
||||
return this.content.msg || "";
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Reference in a new issue