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 44 <img src =" https://www.ditdot.hr/demo/vff/visuals/v-form-green-full-rotate-02.png " alt =" v-form screenshots " >
55</p >
66
7+ Create conversational conditional-logic forms with Vue.js.
8+
79## Demo
810
911* [ Questionnaire example] ( https://www.ditdot.hr/demo/vff/questionnaire/ )
@@ -78,7 +80,7 @@ npm install @ditdot-dev/vue-flow-form --save
7880
7981And then in your App.vue file:
8082
81- ``` vue
83+ ``` html
8284<template >
8385 <flow-form v-bind:questions =" questions" />
8486</template >
@@ -110,6 +112,7 @@ And then in your App.vue file:
110112 }
111113 }
112114 </script >
115+
113116<style >
114117 /* Import Vue Flow Form base CSS */
115118 @import ' ~@ditdot-dev/vue-flow-form/dist/vue-flow-form.css' ;
Original file line number Diff line number Diff line change 22 "name" : " @ditdot-dev/vue-flow-form" ,
33 "author" : " DITDOT" ,
44 "description" : " Create conversational conditional-logic forms with Vue.js." ,
5- "version" : " 1.0.4 " ,
5+ "version" : " 1.0.5 " ,
66 "private" : false ,
77 "repository" : {
88 "type" : " git" ,
2222 " conversational-ui"
2323 ],
2424 "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+ },
2629 "main" : " dist/vue-flow-form.umd.js" ,
2730 "module" : " dist/vue-flow-form.esm.js" ,
2831 "browser" : " dist/vue-flow-form.common.js" ,
You can’t perform that action at this time.
0 commit comments