div
div()
v-container
v-card
v-card-title Registered
v-card-text
h3 Group
rgvRecursiveListGroup(:list='groupList' :options='options' :localList='local' :mapData='customMap' :mapAlias='customAlias' :saveOnSubmit='saveAll' :onClick='open' :onChange='changed')
hr
v-checkbox(v-model='autoUpdate' label='Auto-update' @change='setAutoupdate')
v-checkbox(v-model='showLive' label='Live')
h6 List: {{groupList}}
h6 Local: {{local}}
h6 Edits: {{edits}}
v-dialog(v-model='testDialog' max-width='500px')
v-card
v-card-text
h5 Open dialog for this element...
h6 {{element}}