fix: remove random console log
This commit is contained in:
parent
9b7de48c02
commit
dc786cd420
1 changed files with 0 additions and 2 deletions
|
@ -118,8 +118,6 @@ onMounted(async () => {
|
|||
// showHover.value = !showHover.value;
|
||||
//}
|
||||
|
||||
console.log(props.authorColor)
|
||||
|
||||
const menuItems = [
|
||||
{ name: "Reply", callback: () => { if (messageElement.value) replyToMessage(messageElement.value, props) } }
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue