Using NMessageProvider and useMessage in Astro setup #5228
Unanswered
moseskamau338
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi friends, am really greatful for this amazing library!
In a recent Astro project, I added Vue3 support and Tailwind then installed Naive UI. Every thing worked well so far untill I wanted to use forms and realized I have issues with
NMessageProvider
Am getting this error:
Here is my layout file
Then in the
<LayoutWrapper>
component:Am then using the
useMessage()
composable in aContactForm.vue
file inside a.astro
fileI know am doing this wrong...but what should I do? how should I approach this?
Your thoughts are highly appreciated
Beta Was this translation helpful? Give feedback.
All reactions