File tree Expand file tree Collapse file tree 3 files changed +11
-124
lines changed Expand file tree Collapse file tree 3 files changed +11
-124
lines changed Original file line number Diff line number Diff line change 2929 id =" app"
3030 class =" specimen-list"
3131 >
32- <Test />
3332 <SpecimenButton />
3433 <SpecimenBox />
3534 <SpecimenFile />
@@ -52,12 +51,10 @@ import SpecimenButton from './specimens/SpecimenButton'
5251import SpecimenBox from ' ./specimens/SpecimenBox'
5352import SpecimenSlider from ' ./specimens/SpecimenSlider'
5453import SpecimenSelect from ' ./specimens/SpecimenSelect'
55- import Test from ' ./specimens/Test'
5654
5755export default {
5856 name: ' App' ,
5957 components: {
60- Test,
6158 SpecimenButton,
6259 SpecimenBox,
6360 SpecimenText,
Original file line number Diff line number Diff line change 2121 </div >
2222 <div class =" specimen" >
2323 <h3 >Simple repeatable group</h3 >
24- {{ formData }}
25- <FormulateForm
26- v-model =" formData"
24+ <FormulateInput
25+ type =" group"
26+ name =" foobar"
27+ :repeatable =" true"
2728 >
28- <FormulateInput
29- type =" group"
30- name =" foobar"
31- :repeatable =" true"
32- >
33- <div class =" wrap" >
34- <FormulateInput
35- type =" text"
36- name =" name"
37- />
38- </div >
39- </FormulateInput >
40- </FormulateForm >
29+ <div class =" wrap" >
30+ <FormulateInput
31+ type =" text"
32+ name =" name"
33+ />
34+ </div >
35+ </FormulateInput >
4136 </div >
4237 <div class =" specimen" >
4338 <h3 >Repeatable group</h3 >
7166 </div >
7267 </div >
7368</template >
74-
75- <script >
76- export default {
77- data () {
78- return {
79- formData: {}
80- }
81- }
82- }
83- </script >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments