fix some known bugs

This commit is contained in:
Rafi
2023-04-06 09:56:26 +08:00
parent 2bca5a032c
commit 6522536291
2 changed files with 9 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ const selectPrompt = (prompt) => {
menu.value = false
}
onMounted( () => {
onNuxtReady( () => {
loadPrompts()
})
</script>