Preload Images

Use the preload attribute on <NuxtImg> to load images that you need to display immediately.

<template>
  <NuxtImg
    preload
    src='/cat.png'      
  />
</template>