Skip to content

nor1c/n-img-v

Repository files navigation

Nuxt Image Package

This package allows you to use img tag with src and alt props. Just it!
https://www.npmjs.com/package/n-img-v


# Installation

yarn add n-img-v

# Usage

In script

import NImgV from 'n-img-v'

Inside template

<n-img-v
  :src="{image_url}"
  :alt="{string}"
/>