File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ Create conversational conditional-logic forms with Vue.js.
2626
2727Requirements:
2828
29- * [ Node.js] ( https://nodejs.org/en/ ) version 8.9 or above (8.11 .0+ recommended)
30- * [ npm] ( https://www.npmjs.com/get-npm ) version 3 + (or [ yarn] ( https://yarnpkg.com/lang/en/docs/install/ ) version 1.16+)
29+ * [ Node.js] ( https://nodejs.org/en/ ) version 10.0.0 or above (12.0 .0+ recommended)
30+ * [ npm] ( https://www.npmjs.com/get-npm ) version 5 + (or [ yarn] ( https://yarnpkg.com/lang/en/docs/install/ ) version 1.16+)
3131* [ Git] ( https://git-scm.com/ )
3232
3333After checking the prerequisites, follow these simple steps to install and use Vue Form:
@@ -145,13 +145,14 @@ HTML:
145145``` html
146146<html >
147147 <head >
148+ <!-- Requires Vue version 2.6.x -->
148149 <script src =" https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.11/vue.min.js" ></script >
149150 <!-- Flow Form -->
150- <script src =" https://unpkg.com/@ditdot-dev/vue-flow-form@1.1.1 " ></script >
151+ <script src =" https://unpkg.com/@ditdot-dev/vue-flow-form@1.1.2 " ></script >
151152 <!-- Flow Form base CSS -->
152- <link rel =" stylesheet" href =" https://unpkg.com/@ditdot-dev/vue-flow-form@1.1.1 /dist/vue-flow-form.min.css" >
153+ <link rel =" stylesheet" href =" https://unpkg.com/@ditdot-dev/vue-flow-form@1.1.2 /dist/vue-flow-form.min.css" >
153154 <!-- Optional theme.css -->
154- <link rel =" stylesheet" href =" https://unpkg.com/@ditdot-dev/vue-flow-form@1.1.1 /dist/vue-flow-form.theme-minimal.min.css" >
155+ <link rel =" stylesheet" href =" https://unpkg.com/@ditdot-dev/vue-flow-form@1.1.2 /dist/vue-flow-form.theme-minimal.min.css" >
155156 </head >
156157 <body >
157158 <div id =" app" >
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.1.1 " ,
5+ "version" : " 1.1.2 " ,
66 "private" : false ,
77 "repository" : {
88 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments