# v-props **Repository Path**: mirrors_Spikef/v-props ## Basic Information - **Project Name**: v-props - **Description**: Vue directive for inheriting all defined props from parent component. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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