Skip to content
Snippets Groups Projects
Commit bca2db7a authored by Julian's avatar Julian
Browse files

Make cols configurable

parent 8713d33a
No related branches found
No related tags found
1 merge request!1304Refactor calendar overview in more different components
......@@ -16,7 +16,7 @@
<v-form v-model="valid">
<v-container>
<v-row>
<v-col cols="12" sm="6" v-for="field in fields" :key="field.value">
<v-col cols="12" :sm="field.cols || 6" v-for="field in fields" :key="field.value">
<slot
:label="field.text"
:name="field.value + '.field'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment