I've trouble using components and child components in Vue.js. I can't get the correct DOM using child components and v-repeats at the custom tags. This is my code: http://laravel.io/bin/rowQx
I can't understand even though I've scratched my head for hours why the repeated role-user tags are placed after the form-group but before the entire table. The placement of the tags is before . Why so? Why does it not land in the components in as I thought since it's where it's placed. Any ideas?