#Weird
23 messages · Page 1 of 1 (latest)
looks like vue-toastification is expecting Vue 2.7, but Nuxt wants Vue 3.3
Try installing vue-toastification@^2. For Vue 3 compatibility.
I'm guessing since vue-toastification v2 is still in beta, the default version is v1, so you have to specify v2
Try to specify manually in package.json
"vue-toastification": "2.0.0-rc.5"
and then make npm install
or npm install [email protected]
Thanku !
It works
And thanku Kremit too
Try to put nuxt layout as a root without div tag to be root
And also be sure to have inside layout folder default.vue
Which has a slot inside
Also for footer dont use Footer as a tag
Since html5 has footer tag by default
Name ur component with two words always such as TheFooter or ElFooter to avoid issues
enfiate it's strange because if I use my domain in dev with a port forwarding it makes the problem but if I put the ip direct there is no problem