Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spikef/v-props

Vue directive for inheriting all defined props from parent component.
https://github.com/spikef/v-props

Last synced: 3 months ago
JSON representation

Vue directive for inheriting all defined props from parent component.

Awesome Lists containing this project

README

        

# v-props

Vue directive for inheriting all defined props from parent component.

## Install

```bash
$ npm install v-props --save
```

## Usage

### Based on webpack

```javascript
import vProps from 'v-props';
Vue.use(vProps)
```

```html



```

### Normal script

```html

```

## License

MIT