File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 10
10
v-bind:progressbar =" false"
11
11
v-bind:standalone =" true"
12
12
>
13
- <question v-for =" (question, index) in questions" v-bind =" question" v-bind:key =" 'm' + index" v-model =" question.model" ></question >
13
+ <question
14
+ v-for =" (question, index) in questions"
15
+ v-bind =" question"
16
+ v-bind:key =" 'm' + index"
17
+ v-model =" question.model"
18
+ >
19
+ </question >
14
20
15
21
<!-- Custom content for the Complete/Submit screen slots in the FlowForm component -->
16
22
<template v-slot :complete >
31
37
<span class =" fh2" >Please wait, checking...</span >
32
38
</div >
33
39
<div v-else >
34
- <span class =" fh2" >Good news - the wheels are turning, your ticket No. {{ formatTicket(questions[2].model) }} is being processed!😉</span >
40
+ <span class =" fh2" >Good news - the wheels are turning, your ticket No. {{ formatTicket(questions[2].model) }} is being processed!😉</span >
35
41
<p class =" f-description" ><span >Have a great day!</span ></p >
36
42
</div >
37
43
</div >
58
64
import Question from ' ../../src/components/Question.vue'
59
65
import LanguageModel from ' ../../src/models/LanguageModel'
60
66
// If using the npm package, use the following line instead of the ones above.
61
- // import FlowForm, { Question, LanguageModel } from '@ditdot-dev/vue-flow-form'
67
+ // import FlowForm, Question, { LanguageModel } from '@ditdot-dev/vue-flow-form'
62
68
63
69
export default {
64
70
name: ' example' ,
139
145
model: ' '
140
146
},
141
147
{
142
- type: ' longText ' ,
148
+ type: ' longtext ' ,
143
149
id: " faq_no" ,
144
150
tagline: ' Submit issue > Step 2/3' ,
145
151
title: ' Please describe your problem.' ,
You can’t perform that action at this time.
0 commit comments