Using NMessageProvider and useMessage in Astro setup #5228
Replies: 1 comment
-
|
<NConfigProvider |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
NMessageProviderAm getting this error:
Here is my layout file
Then in the
<LayoutWrapper>component:Am then using the
useMessage()composable in aContactForm.vuefile inside a.astrofileI 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