fix missing import for replies
This commit is contained in:
parent
3866ced880
commit
5a8ce74d04
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ import { render } from "vue";
|
|||
import MessageReply from "~/components/UserInterface/MessageReply.vue";
|
||||
import type { MessageProps } from "~/types/props";
|
||||
|
||||
const { getDisplayName } = useProfile()
|
||||
|
||||
export default (element: HTMLDivElement, props: MessageProps) => {
|
||||
console.log("element:", element);
|
||||
const messageBox = document.getElementById("message-box") as HTMLDivElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue