Vue-Repeater
The VueJS repeater component allows you to create a set of sub components which can be repeated again and again whilst editing content!
Install
yarn add vue-repeater
or
npm install --save vue-repeater
How it works
Start
Reordering
Add
Remove
Duplicate
Usage
Basic example
./main.js - entry point
./components/address.js - Component inside repeater
./App.vue - application component