File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,23 @@ The VueJS repeater component allows you to create a set of sub components which
99or
1010` npm install --save vue-repeater `
1111
12+ ## How it works
13+
14+ ### Start
15+ ![ Start] ( https://raw.githubusercontent.com/gcofficial/vue-repeater/master/gifs/start.gif )
16+
17+ ### Reordering
18+ ![ Reordering] ( https://raw.githubusercontent.com/gcofficial/vue-repeater/master/gifs/reordering.gif )
19+
20+ ### Add
21+ ![ Add] ( https://raw.githubusercontent.com/gcofficial/vue-repeater/master/gifs/add.gif )
22+
23+ ### Remove
24+ ![ Remove] ( https://raw.githubusercontent.com/gcofficial/vue-repeater/master/gifs/remove.gif )
25+
26+ ### Duplicate
27+ ![ Duplicate] ( https://raw.githubusercontent.com/gcofficial/vue-repeater/master/gifs/duplicate.gif )
28+
1229## Usage
1330### Basic example
1431
You can’t perform that action at this time.
0 commit comments