diff --git a/components/Conversation.vue b/components/Conversation.vue index 8773782..99140e4 100644 --- a/components/Conversation.vue +++ b/components/Conversation.vue @@ -236,7 +236,7 @@ watchEffect(() => {
@@ -283,4 +283,10 @@ watchEffect(() => { - \ No newline at end of file + + + \ No newline at end of file diff --git a/components/Prompt.vue b/components/Prompt.vue index a5532e0..748a857 100644 --- a/components/Prompt.vue +++ b/components/Prompt.vue @@ -86,7 +86,7 @@ const selectPrompt = (prompt) => { menu.value = false } -onMounted( () => { +onNuxtReady( () => { loadPrompts() })