# vue-image
**Repository Path**: mirrors_Jam3/vue-image
## Basic Information
- **Project Name**: vue-image
- **Description**: A Vue directive that will insert an image from a preloader into the dom.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-11-23
- **Last Updated**: 2026-03-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# vue-image
[](http://github.com/badges/stability-badges)
A Vue directive that will insert an image from a preloader into the dom.
## Usage
```
var Vue = require('vue');
Vue.use(require('vue-image'),{
assetPath: '',
preloader: require('preloader')
});
```
``
####clone####
```
```
Clone the image returned fromm `preloader.getContent(
)`. Default is `true`. If set to false the same image for every directive that is returned from `preloader.getContent(
)` is used and only one instance of the image can be present in the dom at one time.
####replace####
```