TIL that in Nuxt, Vue's lifecycle
hook created
is
executed when building a static site with generate
.
For strictly client-side purposes, use mounted
.
TIL that in Nuxt, Vue's lifecycle
hook created
is
executed when building a static site with generate
.
For strictly client-side purposes, use mounted
.