File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 4
4
<img src =" https://www.ditdot.hr/demo/vff/visuals/v-form-green-full-rotate-02.png " alt =" v-form screenshots " >
5
5
</p >
6
6
7
+ Create conversational conditional-logic forms with Vue.js.
8
+
7
9
## Demo
8
10
9
11
* [ Questionnaire example] ( https://www.ditdot.hr/demo/vff/questionnaire/ )
@@ -78,7 +80,7 @@ npm install @ditdot-dev/vue-flow-form --save
78
80
79
81
And then in your App.vue file:
80
82
81
- ``` vue
83
+ ``` html
82
84
<template >
83
85
<flow-form v-bind:questions =" questions" />
84
86
</template >
@@ -110,6 +112,7 @@ And then in your App.vue file:
110
112
}
111
113
}
112
114
</script >
115
+
113
116
<style >
114
117
/* Import Vue Flow Form base CSS */
115
118
@import ' ~@ditdot-dev/vue-flow-form/dist/vue-flow-form.css' ;
Original file line number Diff line number Diff line change 2
2
"name" : " @ditdot-dev/vue-flow-form" ,
3
3
"author" : " DITDOT" ,
4
4
"description" : " Create conversational conditional-logic forms with Vue.js." ,
5
- "version" : " 1.0.4 " ,
5
+ "version" : " 1.0.5 " ,
6
6
"private" : false ,
7
7
"repository" : {
8
8
"type" : " git" ,
22
22
" conversational-ui"
23
23
],
24
24
"license" : " MIT" ,
25
- "homepage" : " https://www.ditdot.hr/en" ,
25
+ "homepage" : " https://www.ditdot.hr/en/docs/vue-flow-form-guide" ,
26
+ "bugs" : {
27
+ "url" : " https://github.com/ditdot-dev/vue-flow-form/issues"
28
+ },
26
29
"main" : " dist/vue-flow-form.umd.js" ,
27
30
"module" : " dist/vue-flow-form.esm.js" ,
28
31
"browser" : " dist/vue-flow-form.common.js" ,
You can’t perform that action at this time.
0 commit comments