vue-props
v1.0.0
Published
Rest and spread properties for component directive
Downloads
6
Maintainers
Readme
vue-props
Spread props object for vue component.
Requirements
- Vue ^1.0
Install
npm install vue-props
or just download build/vue-props.min.js
.
Usage
<component v-for="comp in cList"
:is="comp.type"
v-props="comp.props"></component>