#Weird

23 messages · Page 1 of 1 (latest)

wind temple
#

Hello

#

why i can't install this dependence ?

long walrus
#

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

wind temple
#

oh okay I will test

#

No match found :/

cobalt elm
#

Try to specify manually in package.json

#

"vue-toastification": "2.0.0-rc.5"

#

and then make npm install

wind temple
#

It works

#

And thanku Kremit too

wind temple
#

Hello !
why my page is duplicated ?

cobalt elm
#

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

wind temple
#

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