[TIL] Nuxt: hook created is executed when building as static

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.